Download List

Project Description

libmemcached is a C client library for interfacing to a memcached server. It has been designed to be light on memory usage, thread safe and to provide full access to server side methods. It also implements several command line tools: memcat, memflush, memrm, memstat, and memslap (for load generation). The library has been designed to allow for different hashing methods on keys, partitioning by keys, and to use consistent hashing for distribution.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-06-21 05:37 Back to release list
0.50

Updates to the C++ interface. Custom free allocators need to now check for a value before calling free. memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster). A fix for the stats structure. Updates to the documentation.

Project Resources