X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fbin%2Fmemdump.rst;fp=docs%2Fbin%2Fmemdump.rst;h=6a8e12da3d5ec789d57927ca1b43667bc2b0e4f4;hb=ecc7382f48857cb22e74ffa9496f9a31e956bde3;hp=0000000000000000000000000000000000000000;hpb=dc9533f1e17289d98c9fc7e5bb953774f625c033;p=awesomized%2Flibmemcached diff --git a/docs/bin/memdump.rst b/docs/bin/memdump.rst new file mode 100644 index 00000000..6a8e12da --- /dev/null +++ b/docs/bin/memdump.rst @@ -0,0 +1,58 @@ +============================= +memdump - Dumping your server +============================= + + +Dump a list of keys from a server. + + +-------- +SYNOPSIS +-------- + +memdump [options] + +.. program:: memdump + +----------- +DESCRIPTION +----------- + + +:program:`memdump` dumps a list of "keys" from all servers that +it is told to fetch from. Because memcached does not guarentee to +provide all keys it is not possible to get a complete "dump". + + +------- +OPTIONS +------- + + +For a full list of operations run the tool with option: + +.. option:: --help + + +---- +HOME +---- + + +To find out more information please check: +`http://libmemcached.org/ `_ + + +------ +AUTHOR +------ + + +Brian Aker, + + +-------- +SEE ALSO +-------- + +:manpage:`memcached(1)` :manpage:`libmemcached(3)`