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.

2010-04-07 16:20 Back to release list
0.39

Support for prefixing keys to the binary protocol was added. The undocumented call memcached_server_remove() was removed. The undocumented call memcached_server_by_key() now returns const. memcached_server_error_reset() has been deprecated. memcached_server_list() has been deprecated. memcached_server_cursor() should be used to walk the servers found in a memcached_st() structure. memcached_verbosity() can now be run concurrently with other operations. SASL support was added. A memory leak found in EJECT HOSTS was fixed.

Project Resources