libmemcached 0.19 (Default branch) |
|
|
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.
License: BSD License (revised)
Changes:
A documentation fix in libmemcached. A bug where sort was always occuring on hosts has been fixed. There is a logic fix in branch prediction. Read through cached support has been added. CAS by key operation has been fixed. memcached_server_st list structures have a correct count. The callback MEMCACHED_CALLBACK_DELETE_TRIGGER has been added.
|