1MEMCAT(1) libmemcached-awesome MEMCAT(1)
2
3
4
6 memcat - libmemcached Documentation
7
9 memcat [options] key [key...]
10
11 Read and output the value of one key or the values of a set of keys.
12
14 memcat reads and outputs the value of a single or a set of keys stored
15 in a memcached(1) server.
16
17 If any key is not found an error is returned.
18
19 It is similar to the standard UNIX cat(1) utility.
20
22 --help Display help.
23
24 --version
25 Display version.
26
27 --quiet
28 Operate quietly.
29
30 --verbose
31 Operate more verbosely.
32
33 --debug
34 See --verbose.
35
36 --servers <list of servers>
37 Specify the list of servers as hostname[:port][,host‐
38 name[:port]...].
39
40 --binary
41 Enable binary protocol.
42
43 --hash <algorithm>
44 Use algorithm as key hash algo. See
45 memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
46
47 --flag Display stored flags.
48
50 MEMCACHED_SERVERS
51 Specify a list of servers.
52
54 memcached(1) libmemcached(3) libmemcached_configuration(3)
55
56
57
58
591.1 Nov 09, 2022 MEMCAT(1)