3 So what is this? Its a library in C for connectinng to memcached servers
4 (http://danga.com/memcached/). It is also a collection of utilities designed
5 to work with memcached.
7 memcat - Copy the value of a key to standard output
8 memflush - Flush the contents of your servers.
9 memrm - Remove a key(s) from the serrver.
10 memstat - Dump the stats of your servers to standard output
11 memslap - Load generation utility (benchmark!)
13 This code is still in Alpha. More tests have currently been done on the
14 library code then on the utilities.