1MEMDUMP(1)                   libmemcached-awesome                   MEMDUMP(1)
2
3
4

NAME

6       memdump - libmemcached Documentation
7

SYNOPSIS

9       memdump [options]
10
11       Dump a list of keys from a server.
12

DESCRIPTION

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

OPTIONS

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  memcached_behavior_t::MEM‐
42              CACHED_BEHAVIOR_HASH.
43
44       --username <username>
45              Use username for SASL authentication.
46
47       --password <password>
48              Use password for SASL authentication.
49

ENVIRONMENT

51       MEMCACHED_SERVERS
52              Specify the list of servers.
53

SEE ALSO

55       memcached(1) libmemcached(3)
56
57
58
59
601.1                              Sep 20, 2021                       MEMDUMP(1)
Impressum