X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemdump.rst;h=07eb2fff38469b8cb5cc1cd522fc03b9b504f604;hb=d55b8d845388672d97fdeab8bf91066ba79b3103;hp=6a8e12da3d5ec789d57927ca1b43667bc2b0e4f4;hpb=e0871342c7fdc7cb9c518d686aab4519c1bda764;p=m6w6%2Flibmemcached diff --git a/docs/source/bin/memdump.rst b/docs/source/bin/memdump.rst index 6a8e12da..07eb2fff 100644 --- a/docs/source/bin/memdump.rst +++ b/docs/source/bin/memdump.rst @@ -1,58 +1,46 @@ -============================= -memdump - Dumping your server -============================= +memdump +======= - -Dump a list of keys from a server. - - --------- SYNOPSIS -------- +.. program:: memdump + memdump [options] -.. program:: memdump +Dump a list of keys from a server. ------------ DESCRIPTION ----------- - -:program:`memdump` dumps a list of "keys" from all servers that -it is told to fetch from. Because memcached does not guarentee to +:program:`memdump` dumps a list of "keys" from all servers that +it is told to fetch from. Because memcached does not guarantee to provide all keys it is not possible to get a complete "dump". - -------- OPTIONS ------- +.. include:: options/all.rst +.. include:: options/common.rst +.. include:: options/hash.rst +.. include:: options/sasl.rst -For a full list of operations run the tool with option: - -.. option:: --help - - ----- -HOME ----- - - -To find out more information please check: -`http://libmemcached.org/ `_ +ENVIRONMENT +----------- +.. envvar:: MEMCACHED_SERVERS ------- -AUTHOR ------- + Specify the list of servers. +SEE ALSO +-------- -Brian Aker, +.. only:: man + :manpage:`memcached(1)` + :manpage:`libmemcached(3)` --------- -SEE ALSO --------- +.. only:: html -:manpage:`memcached(1)` :manpage:`libmemcached(3)` + * :doc:`/libmemcached` + * :doc:`/libmemcached/memcached_dump`