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

NAME

6       memexist - libmemcached Documentation
7

SYNOPSIS

9       memexist [options] <key>
10
11       Check for the existence of a key.
12

DESCRIPTION

14       memexist checks for the existence of a key within a cluster.
15

OPTIONS

17       --help Display help.
18
19       --version
20              Display version.
21
22       --quiet
23              Operate quietly.
24
25       --verbose
26              Operate more verbosely.
27
28       --debug
29              See --verbose.
30
31       --servers <list of servers>
32              Specify   the   list   of   servers   as  hostname[:port][,host‐
33              name[:port]...].
34
35       --binary
36              Enable binary protocol.
37
38       --hash <algorithm>
39              Use algorithm as key hash algo.  See  memcached_behavior_t::MEM‐
40              CACHED_BEHAVIOR_HASH.
41
42       --username <username>
43              Use username for SASL authentication.
44
45       --password <password>
46              Use password for SASL authentication.
47

ENVIRONMENT

49       MEMCACHED_SERVERS
50              Specify the list of servers.
51

SEE ALSO

53       memcached(1) libmemcached(3)
54
55
56
57
581.1                              Feb 02, 2022                      MEMEXIST(1)
Impressum