DistStore - Memcached Caching Backend

The Memcached caching backend provides a caching layer on top of a persistent backend. It operates transparently intercepting calls to the primary backend and sets and gets data from a Memcached pool of servers lowering the load on the primary and increasing performance.

The memcached caching backend is powered by libmemcached a full featured C memcached client library.

Features

Future Direction & Development

Use & Configuration

To use the memcached caching backend add the following line to your diststore.conf replacing the server names and ports with the list of hosts in your memcached pool.
    MEMCACHED_SERVERS = <server.one:port,server.two:port,...>