Update README
[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 The utilities are alpha quality at this point. The library is in production
14 in many locations (upwards to 600 nodes).
15
16 Want to contribute? If you write more then three good patches, then I will
17 just ask you to commit directly to the tree. I am happy to have additional
18 people work on this project.
19
20 If you are looking for answers to your questions please check out the
21 mailing list at:
22 http://lists.tangent.org/ libmemcached.
23
24 Cheers,
25 -Brian Aker
26 Seattle, WA.