docs: sanitize
[awesomized/libmemcached] / docs / source / bin / memdump.rst
1 =============================
2 memdump - Dumping your server
3 =============================
4
5
6 Dump a list of keys from a server.
7
8
9 --------
10 SYNOPSIS
11 --------
12
13 memdump [options]
14
15 .. program:: memdump
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 :program:`memdump` dumps a list of "keys" from all servers that
23 it is told to fetch from. Because memcached does not guarantee to
24 provide all keys it is not possible to get a complete "dump".
25
26
27 -------
28 OPTIONS
29 -------
30
31
32 For a full list of operations run the tool with option:
33
34 .. option:: --help
35
36
37
38 --------
39 SEE ALSO
40 --------
41
42 .. only:: man
43
44 :manpage:`memcached(1)` :manpage:`libmemcached(3)`