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-02-12 05:44 Back to release list
0.38

A C++ interface for libhashkit has been added. memcached_set_memory_allocators() has been modified to require a context pointer. memcached_clone() now runs five times faster. Functions used for callbacks are now given const memcached_st. MEMCACHED_BEHAVIOR_CORK has been added. memslap now creates a configuration file at ~/.memslap.cnf. memcached_purge() now calls any callbacks registered during get execution. There are many fixes to memslap, updates for memcapable, and compile fixes for OpenBSD. There is also a fix for possible recursive decent on IO failure

Project Resources