fix #134: docs: update client options
[awesomized/libmemcached] / docs / source / bin / memdump.rst
1 memdump
2 =======
3
4 SYNOPSIS
5 --------
6
7 .. program:: memdump
8
9 memdump [options]
10
11 Dump a list of keys from a server.
12
13 DESCRIPTION
14 -----------
15
16 :program:`memdump` dumps a list of "keys" from all servers that
17 it is told to fetch from. Because memcached does not guarantee to
18 provide all keys it is not possible to get a complete "dump".
19
20 OPTIONS
21 -------
22
23 .. include:: options/common_get.rst
24 .. include:: options/file_out.rst
25
26 ENVIRONMENT
27 -----------
28
29 .. envvar:: MEMCACHED_SERVERS
30
31 Specify the list of servers.
32
33 SEE ALSO
34 --------
35
36 .. only:: man
37
38 :manpage:`memcached(1)`
39 :manpage:`libmemcached(3)`
40
41 .. only:: html
42
43 * :doc:`/libmemcached`
44 * :doc:`/libmemcached/memcached_dump`