docs: client index [ci skip]
[m6w6/libmemcached] / docs / source / bin / index.rst
1 Client Applications
2 ===================
3
4 Data Manipulation
5 -----------------
6
7 .. toctree::
8 :titlesonly:
9
10 memexist — Check for the existence of a key <memexist>
11 memcat — "cat" data from a server <memcat>
12 memcp — "cp" files to a server <memcp>
13 memtouch — "touch" a key <memtouch>
14 memrm – "rm" a key <memrm>
15
16 Tests and Analysis
17 ------------------
18
19 .. toctree::
20 :titlesonly:
21
22 memaslap - Load testing and benchmarking a server <memaslap>
23 memslap - Load testing and benchmarking a server <memslap>
24 memping – Ping a server <memping>
25 memstat – Gather statistics from a server <memstat>
26 memerror — Translate libmemcached error codes <memerror>
27 memparse — Parse and validate an option string <memparse>
28 memcapable — Check a server's capabilities and compatibility <memcapable>
29
30 Server Administration
31 ---------------------
32
33 .. toctree::
34 :titlesonly:
35
36 memdump — Dump a server's data <memdump>
37 memflush — Flush a server (erase all cached data) <memflush>