libmemcached 0.7 (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).
License: BSD License (revised)
Changes:
This release has moved to poll() from select(). There are fixes in the internal string class for allocation of large numbers of strings. The memcached_mget() function now sends keys as it parses them instead of building strings as it goes. There is a proper flush now for making sure all I/O is sent even when in non-block mode. An --enable-debug rule has been added for configure. All asserts() have been removed. A new memcached_clone() function has been added.
|