libmemcached 0.15 (Default branch) |
|
|
Wednesday January 30, 2008. 09:29 AM FreshMeat
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:
More work was done on the C++ API. Bugs were fixed
around block corner cases. A slight performance
increase was made in both read() and write().
|