Fix for building docs.
[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 guarentee 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 HOME
39 ----
40
41
42 To find out more information please check:
43 `http://libmemcached.org/ <http://libmemcached.org/>`_
44
45
46 ------
47 AUTHOR
48 ------
49
50
51 Brian Aker, <brian@tangent.org>
52
53
54 --------
55 SEE ALSO
56 --------
57
58 :manpage:`memcached(1)` :manpage:`libmemcached(3)`