memcap works, though it does nothing useful at the moment :)
[awesomized/libmemcached] / README
1 Hi!
2
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.
6
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
12 This code is still in Alpha. More tests have currently been done on the
13 library code then on the utilities.
14
15 Cheers,
16 -Brian Aker
17 Seattle, WA.