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