About 119 results
Open links in new tab
  1. memcached - a distributed memory object caching system

    Dec 16, 2025 · What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web …

  2. Memcached Documentation

    Memcached is an in-memory key-value store for small arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. Memcached is simple yet powerful. Its simple …

  3. memcached - a distributed memory object caching system

    memcached is a high-performance, distributed memory object caching system, generic in nature, but originally intended for use in speeding up dynamic web applications by alleviating …

  4. User Guide – Memcached Documentation

    This basic tutorial shows via pseudocode how you can get started with integrating memcached into your application. Memcached is not an automatic application accelerator: it must be …

  5. memcached - a distributed memory object caching system

    Dec 16, 2025 · Downloads Latest stable memcached-1.6.40.tar.gz (2025-12-16) (release notes) (sha1: f2513db7079ee4c6558eb11fabb55e1adf1fdf38) Older releases Full list of releases

  6. Server Guide – Memcached Documentation

    Memcached on its own is just a key/value storage daemon. Installing it does not automatically accelerate or cache any of your data: Your applications need to be programmed to utilize this …

  7. Configuring – Memcached Documentation

    Memcached can scale with a large number of connections very simply. The amount of memory overhead per connection is low (even lower if the connection is idle), so don’t sweat setting it …

  8. A Story of Caching – Memcached Documentation

    Sysadmin adds a gigabyte of ram to each webserver, and starts up memcached with a limit of 1 gigabyte each. So he has three memcached instances, each can hold up to 1 gigabyte of data.

  9. memcached - a distributed memory object caching system

    This post introduced two improvements which affect memory efficiency and were enabled by default in memcached 1.5.0. There are many new and interesting ideas in the software …

  10. Infrastructure examples – Memcached Documentation

    This page provides illustraed examples of ways that you can create load-balanced, multiple-node caching systems using the Memcached built-in proxy. For a general overview of the built-in …