Blame README

Packit 83fed9
Hi!
Packit 83fed9
Packit 83fed9
So what is this? It is a library in C for connecting to memcached servers
Packit 83fed9
(http://danga.com/memcached/). It is also a collection of utilities designed
Packit 83fed9
to work with memcached.
Packit 83fed9
Packit 83fed9
memcat - Copy the value of a key to standard output
Packit 83fed9
memflush - Flush the contents of your servers.
Packit 83fed9
memrm - Remove a key(s) from the server.
Packit 83fed9
memstat - Dump the stats of your servers to standard output
Packit 83fed9
memslap - Load generation utility (benchmark!)
Packit 83fed9
Packit 83fed9
The library is in production in many locations (upwards to 1000+ nodes).
Packit 83fed9
Packit 83fed9
The project has information here: http://libmemcached.org/
Packit 83fed9
Packit 83fed9
Documentation can be found here: http://docs.libmemcached.org/
Packit 83fed9
Packit 83fed9
Want to contribute? If you write more then three good patches, then I will
Packit 83fed9
just ask you to commit directly to the tree. I am happy to have additional
Packit 83fed9
people work on this project. Please checkout README.FIRST. 
Packit 83fed9
Packit 83fed9
You will need a C99 compiler in order to compile this library. Currently we
Packit 83fed9
actively support Linux, MacOSX, FreeBSD, and Solaris. A Windows port is
Packit 83fed9
currently not supported, but one is listed on the homepage that is supported
Packit 83fed9
by someone in the community.
Packit 83fed9
Packit 83fed9
If you are looking for answers to your questions please check out the
Packit 83fed9
mailing list at:
Packit 83fed9
http://lists.libmemcached.org/  
Packit 83fed9
Packit 83fed9
Subscription information for the libmemcached mailing list can be found there.
Packit 83fed9
Packit 83fed9
Please report bugs here:
Packit 83fed9
https://bugs.launchpad.net/libmemcached/
Packit 83fed9
Packit 83fed9
You can purchase support from:
Packit 83fed9
http://datadifferential.com/
Packit 83fed9
Packit 83fed9
Packit 83fed9
Cheers,
Packit 83fed9
  -Brian Aker
Packit 83fed9
   Seattle, WA.