
Libmemcached is a c and c++ client library to the memcached server (http://memcached.org/). it has been designed to be light on memory usage, thread safe, and provide full access to server side methods.
a few notes on its design:
* synchronous and asynchronous support.
* access to large object support.
* local replication.
* tcp and unix socket protocols.
* a half dozen or so different tuneable hash algorithms.
* implementations of the new cas, replace, and append operators.
* man pages written up on entire api.
* implements both modulo and consistent hashing solutions.
* tools to manage your memcached networks.
this package provides the development files.