libmemcached 0.10 (Default branch) |
|
|
Wednesday November 21, 2007. 09:58 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).
License: BSD License (revised)
Changes:
An append binary test was added.
MEMCACHED_BEHAVIOR_CACHE_LOOKUPS behavior was
added so that you can save on multiple DNS
lookups. CAS support was added, though this is
optional and must be enabled during runtime. The
memerror utility was added to create human
readable error strings from memcached errors. The
type in MEMCACHED_HOST_LOOKUP_FAILURE was fixed. A
bug where hostname might not be null terminated
was fixed. gethostbyname_r() is used on Linux to
solve thread safety issue. -rpath support for
pkg-config was added. The documentation was fixed
for hash setting using memcached_behavior_set().
|