libmemcached 0.19 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News libmemcached 0.19 (Default branch)
# 1  
Old 04-10-2008
libmemcached 0.19 (Default branch)

libmemcached is a C client library for interfacingto a memcached server. It has been designed to belight on memory usage, thread safe and to providefull access to server side methods. It alsoimplements several command line tools: memcat,memflush, memrm, memstat, and memslap (for loadgeneration). The library has been designed toallow for different hashing methods on keys,partitioning by keys, and to use consistenthashing 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.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MEMCAPABLE(1)							   libmemcached 						     MEMCAPABLE(1)

NAME
memcapable - libmemcached Documentation SYNOPSIS
memcapable [options] DESCRIPTION
memcapable connects to the specified memcached server and tries to determine its capabilities by running the various commands and verifying the response. LIMITATIONS
The current version of memcapable will only verify the binary protocol. OPTIONS
-h hostname Specify the hostname to connect to. The default is localhost -p port Specify the port number to connect to. The default is 11211 -c Generate a coredump when it detects an error from the server. -v Print out the comparison when it detects an error from the server. -t n Set the timeout from an IO operation to/from the server to n seconds. HOME
To find out more information please check: http://libmemcached.org/ AUTHOR
Trond Norbye, <trond.norbye@gmail.com> SEE ALSO
memcached(1) libmemcached(3) AUTHOR
Brian Aker COPYRIGHT
2011, Brian Aker DataDifferential, http://datadifferential.com/ 1.0.8 May 22, 2012 MEMCAPABLE(1)