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 -h|--help
20 Display help.
21
22 -V|--version
23 Display version.
24
25 -q|--quiet
26 Operate quietly.
27
28 -v|--verbose
29 Operate more verbosely.
30
31 -d|--debug
32 See -v|--verbose.
33
34 -s|--servers <list of servers>
35 Specify the list of servers as hostname[:port][,host‐
36 name[:port]...].
37
38 -n|--non-blocking
39 Enable non-blocking operations.
40
41 -N|--tcp-nodelay
42 Disable Nagle's algorithm.
43
44 -b|--binary
45 Enable binary protocol.
46
47 -B|--buffer
48 Buffer requests.
49
50 -u|--username <username>
51 Use username for SASL authentication.
52
53 -p|--password <password>
54 Use password for SASL authentication.
55
56 -f|--file [<file>]
57 Output to file instead of standard output.
58
59 NOTE: defaults to <key> if no argument was provided.
60
62 MEMCACHED_SERVERS
63 Specify a list of servers.
64
66 PROGRAM PREFIX
67 The prefix of this program is variable, i.e. it can be configured at
68 build time.
69
70 Usually the client programs of libmemcached-awesome are prefixed with
71 mem, like memcat or memcp.
72
73 It can be configured, though, to replace the prefix with something else
74 like mc, in case of that, the client programs of libmemcached-awesome
75 would be called mccat, mccp, etc. respectively.
76
78 memcached(1) libmemcached(3)
79
80
81
82
831.1 Jul 20, 2023 MEMDUMP(1)