docs: bin/
[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/all.rst
24 .. include:: options/common.rst
25 .. include:: options/hash.rst
26 .. include:: options/sasl.rst
27
28 ENVIRONMENT
29 -----------
30
31 .. envvar:: MEMCACHED_SERVERS
32
33 Specify the list of servers.
34
35 SEE ALSO
36 --------
37
38 .. only:: man
39
40 :manpage:`memcached(1)`
41 :manpage:`libmemcached(3)`
42
43 .. only:: html
44
45 * :doc:`/libmemcached`
46 * :doc:`/libmemcached/memcached_dump`