libmemcached-awesome
1.1
  • 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
  • Change Logs
  • Known issues
  • Copyright
libmemcached-awesome
  • Docs »
  • Client Applications
  • Edit on GitHub

Client Applications¶

Data Manipulation¶

  • 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

Tests and Analysis¶

  • 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

Server Administration¶

  • memdump — Dump a server's data
  • memflush — Flush a server (erase all cached data)
Next Previous

© Copyright

Built with Sphinx using a theme provided by Read the Docs.