See changes in changelog, but...
[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 memslap - Load generation utility (benchmark!)
12
13 This code is still in Alpha. More tests have currently been done on the
14 library code then on the utilities.
15
16 Cheers,
17 -Brian Aker
18 Seattle, WA.