X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemdump.rst;h=07eb2fff38469b8cb5cc1cd522fc03b9b504f604;hb=c07857b93826e18934ec530edf3191aaaac150dc;hp=ed3c80044fe2a56617bb42e06a9e21074b0b2a5f;hpb=bdf3398dac90a54d82aed65099290d51e92d4601;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memdump.rst b/docs/source/bin/memdump.rst index ed3c8004..07eb2fff 100644 --- a/docs/source/bin/memdump.rst +++ b/docs/source/bin/memdump.rst @@ -1,15 +1,14 @@ -============================= -memdump - Dumping your server -============================= - -Dump a list of keys from a server. +memdump +======= SYNOPSIS -------- +.. program:: memdump + memdump [options] -.. program:: memdump +Dump a list of keys from a server. DESCRIPTION ----------- @@ -21,13 +20,27 @@ provide all keys it is not possible to get a complete "dump". OPTIONS ------- -For a full list of operations run the tool with option: +.. include:: options/all.rst +.. include:: options/common.rst +.. include:: options/hash.rst +.. include:: options/sasl.rst -.. option:: --help +ENVIRONMENT +----------- + +.. envvar:: MEMCACHED_SERVERS + + Specify the list of servers. SEE ALSO -------- .. only:: man - :manpage:`memcached(1)` :manpage:`libmemcached(3)` + :manpage:`memcached(1)` + :manpage:`libmemcached(3)` + +.. only:: html + + * :doc:`/libmemcached` + * :doc:`/libmemcached/memcached_dump`