Merge of all doc fixes.
[m6w6/libmemcached] / docs / 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 .. program:: memdump
14
15 .. option:: --help
16
17 -----------
18 DESCRIPTION
19 -----------
20
21
22 \ **memdump**\ currently dumps a list of "keys" from all servers that
23 it is told to fetch from. Because memcached does not guarentee to
24 provide all keys it is not possible to get a complete "dump".
25
26 For a full list of operations run the tool with the \ **--help**\ option.
27
28
29 ----
30 HOME
31 ----
32
33
34 To find out more information please check:
35 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
36
37
38 --------
39 SEE ALSO
40 --------
41
42 :manpage:`memcached(1)` :manpage:`libmemcached(3)`