1MEMDUMP(1) libmemcached MEMDUMP(1)
2
3
4
6 memdump - Dump a list of keys from a server.
7
9 memdump [options]
10
12 memdump currently dumps a list of "keys" from all servers that it is
13 told to fetch from. Because memcached does not guarentee to provide all
14 keys it is not possible to get a complete "dump".
15
16 For a full list of operations run the tool with the --help option.
17
19 To find out more information please check:
20 <http://tangent.org/552/libmemcached.html>
21
23 Brian Aker, <brian@tangent.org>
24
26 memcached(1) libmemcached(3)
27
28
29
30 2009-05-20 MEMDUMP(1)