Additional test key.w
[m6w6/libmemcached] / README
1 Hi!
2
3 So what is this? It is a library in C for connecting 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 server.
10 memstat - Dump the stats of your servers to standard output
11 memslap - Load generation utility (benchmark!)
12
13 The library is in production in many locations (upwards to 1000+ nodes).
14
15 The project has information here: http://libmemcached.org/
16
17 Documentation can be found here: http://docs.libmemcached.org/
18
19 Want to contribute? If you write more then three good patches, then I will
20 just ask you to commit directly to the tree. I am happy to have additional
21 people work on this project. Please checkout README.FIRST.
22
23 You will need a C99 compiler in order to compile this library. Currently we
24 actively support Linux, MacOSX, FreeBSD, and Solaris. A Windows port is
25 currently not supported, but one is listed on the homepage that is supported
26 by someone in the community.
27
28 If you are looking for answers to your questions please check out the
29 mailing list at:
30 http://lists.libmemcached.org/
31
32 Subscription information for the libmemcached mailing list can be found there.
33
34 Please report bugs here:
35 https://bugs.launchpad.net/libmemcached/
36
37 You can purchase support from:
38 http://datadifferential.com/
39
40
41 Cheers,
42 -Brian Aker
43 Seattle, WA.