X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Findex.rst;h=1c2b11b2a60740b054ab807d32311c01198d1ddc;hb=ac25aff8b62e8596e20f0fd2a2c3eda96bdb437e;hp=67dc61cb4705b30b744299e033ea4854c90f72bf;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/index.rst b/docs/source/bin/index.rst index 67dc61cb..1c2b11b2 100644 --- a/docs/source/bin/index.rst +++ b/docs/source/bin/index.rst @@ -1,20 +1,37 @@ Client Applications =================== +Data Manipulation +----------------- + +.. toctree:: + :titlesonly: + + 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 +------------------ + .. toctree:: :titlesonly: - - memcapable - memcat - memcp - memdump - memerror - memflush - memrm - memslap - memaslap - memstat - memexist - memparse - memping - memtouch + + 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 +--------------------- + +.. toctree:: + :titlesonly: + + memdump — Dump a server's data + memflush — Flush a server (erase all cached data)