fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memdump.rst
1 memdump
2 =======
3
4 SYNOPSIS
5 --------
6
7 .. program:: memdump
8
9 |client_prefix|\dump [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
27 .. include:: common/env.rst
28
29 NOTES
30 -----
31
32 .. include:: common/note_program_prefix.rst
33
34 SEE ALSO
35 --------
36
37 .. only:: man
38
39 :manpage:`memcached(1)`
40 :manpage:`libmemcached(3)`
41
42 .. only:: html
43
44 * :doc:`/libmemcached`
45 * :doc:`/libmemcached/memcached_dump`