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