docs: bin/
[awesomized/libmemcached] / docs / source / bin / index.rst
index 67dc61cb4705b30b744299e033ea4854c90f72bf..6385e8ef03a3c8ecf2a8a187da0a579af383562a 100644 (file)
@@ -1,20 +1,37 @@
 Client Applications
 ===================
 
+Data Manipulation
+-----------------
+
 .. toctree::
     :titlesonly:
-    
-    memcapable
-    memcat
-    memcp
-    memdump
-    memerror
-    memflush
-    memrm
-    memslap
+
+    memexist — Check for the existence of a key <memexist>
+    memcat — "cat" data from a server <memcat>
+    memcp — "cp" files to a server <memcp>
+    memtouch — "touch" a key <memtouch>
+    memrm – "rm" a key <memrm>
+
+Tests and Analysis
+------------------
+
+.. toctree::
+    :titlesonly:
+
     memaslap
-    memstat
-    memexist
-    memparse
-    memping
-    memtouch
+    memslap
+    memping – Ping a server <memping>
+    memstat – Gather statistics from a server <memstat>
+    memerror — Translate libmemcached error codes <memerror>
+    memparse — Parse and validate an option string <memparse>
+    memcapable — Check a server's capabilities and compatibility <memcapable>
+
+Server Administration
+---------------------
+
+.. toctree::
+    :titlesonly:
+
+    memdump — Dump a server's data <memdump>
+    memflush — Flush a server (erase all cached data) <memflush>