libmemcached Manual¶
libmemcached
is an open source C/C++ client library and tools for the
memcached server (http://memcached.org/). It has been designed to be light on
memory usage, thread safe, and provide full access to server side methods.
- Introduction
- libmemcached API
- libmemcachedutil API
- libhashkit API
- Client Applications
- memexist — Check for the existence of a key
- memcat — "cat" data from a server
- memcp — "cp" files to a server
- memtouch — "touch" a key
- memrm – "rm" a key
- memaslap - Load testing and benchmarking a server
- memslap - Load testing and benchmarking a server
- memping – Ping a server
- memstat – Gather statistics from a server
- memerror — Translate libmemcached error codes
- memparse — Parse and validate an option string
- memcapable — Check a server's capabilities and compatibility
- memdump — Dump a server's data
- memflush — Flush a server (erase all cached data)
- Miscellaneous