1MEMDUMP(1) libmemcached-awesome MEMDUMP(1)
2
3
4
6 memdump - libmemcached Documentation
7
9 memdump [options]
10
11 Dump a list of keys from a server.
12
14 memdump dumps a list of "keys" from all servers that it is told to
15 fetch from. Because memcached does not guarantee to provide all keys it
16 is not possible to get a complete "dump".
17
19 --help Display help.
20
21 --version
22 Display version.
23
24 --quiet
25 Operate quietly.
26
27 --verbose
28 Operate more verbosely.
29
30 --debug
31 See --verbose.
32
33 --servers <list of servers>
34 Specify the list of servers as hostname[:port][,host‐
35 name[:port]...].
36
37 --binary
38 Enable binary protocol.
39
40 --hash <algorithm>
41 Use algorithm as key hash algo. See
42 memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
43
44 --username <username>
45 Use username for SASL authentication.
46
47 --password <password>
48 Use password for SASL authentication.
49
51 MEMCACHED_SERVERS
52 Specify the list of servers.
53
55 memcached(1) libmemcached(3)
56
57
58
59
601.1 Nov 09, 2022 MEMDUMP(1)