~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to docs/memdump.pod

  • Committer: Monty Taylor
  • Date: 2011-03-06 22:11:25 UTC
  • mto: (929.1.41 libmemcached-build)
  • mto: This revision was merged to the branch mainline in revision 932.
  • Revision ID: mordred@inaugust.com-20110306221125-20zns4e99h1j416a
Replace pod docs with sphinx docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=head1 NAME
2
 
 
3
 
memdump - Dump a list of keys from a server.
4
 
 
5
 
=head1 SYNOPSIS
6
 
 
7
 
  memdump [options]
8
 
 
9
 
=head1 DESCRIPTION
10
 
 
11
 
B<memdump> currently dumps a list of "keys" from all servers that 
12
 
it is told to fetch from. Because memcached does not guarentee to
13
 
provide all keys it is not possible to get a complete "dump".
14
 
 
15
 
For a full list of operations run the tool with the B<--help> option.
16
 
 
17
 
=head1 HOME
18
 
 
19
 
To find out more information please check:
20
 
L<https://launchpad.net/libmemcached>
21
 
 
22
 
=head1 AUTHOR
23
 
 
24
 
Brian Aker, E<lt>brian@tangent.orgE<gt>
25
 
 
26
 
=head1 SEE ALSO
27
 
 
28
 
memcached(1) libmemcached(3)
29
 
 
30
 
=cut
31