~avsej/libmemcached/fix-binary-increment-with-prefix

« back to all changes in this revision

Viewing changes to docs/bin/memdump.rst

  • Committer: Brian Aker
  • Date: 2011-06-24 20:09:30 UTC
  • mfrom: (929.1.155 libmemcached-build)
  • Revision ID: brian@tangent.org-20110624200930-m268yogmnpyzs3qj
Merge in trunk. Updates to manual/update to latest libtest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
SYNOPSIS
11
11
--------
12
12
 
13
 
:program: `memdump`
 
13
memdump [options]
14
14
 
15
15
.. program:: memdump
16
16
 
17
 
.. option:: --help
18
 
 
19
17
-----------
20
18
DESCRIPTION
21
19
-----------
22
20
 
23
21
 
24
 
\ **memdump**\  dumps a list of "keys" from all servers that 
 
22
:program:`memdump`  dumps a list of "keys" from all servers that 
25
23
it is told to fetch from. Because memcached does not guarentee to
26
24
provide all keys it is not possible to get a complete "dump".
27
25
 
28
 
For a full list of operations run the tool with the \ **--help**\  option.
 
26
 
 
27
-------
 
28
OPTIONS
 
29
-------
 
30
 
 
31
 
 
32
For a full list of operations run the tool with option:
 
33
 
 
34
.. option:: --help
29
35
 
30
36
 
31
37
----
37
43
`http://libmemcached.org/ <http://libmemcached.org/>`_
38
44
 
39
45
 
 
46
------
 
47
AUTHOR
 
48
------
 
49
 
 
50
 
 
51
Brian Aker, <brian@tangent.org>
 
52
 
 
53
 
40
54
--------
41
55
SEE ALSO
42
56
--------