libmemcached 0.21 (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:
char * was changed to const char * for all key-based functions. A new MEMCACHED_CALLBACK_PREFIX_KEY was added. You can now create domains for values. A bug in memcp was fixed.
|