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       -h|--help
18              Display help.
19
20       -V|--version
21              Display version.
22
23       -q|--quiet
24              Operate quietly.
25
26       -v|--verbose
27              Operate more verbosely.
28
29       -d|--debug
30              See -v|--verbose.
31
32       -s|--servers <list of servers>
33              Specify   the   list   of   servers   as  hostname[:port][,host‐
34              name[:port]...].
35
36       -n|--non-blocking
37              Enable non-blocking operations.
38
39       -N|--tcp-nodelay
40              Disable Nagle's algorithm.
41
42       -b|--binary
43              Enable binary protocol.
44
45       -B|--buffer
46              Buffer requests.
47
48       -u|--username <username>
49              Use username for SASL authentication.
50
51       -p|--password <password>
52              Use password for SASL authentication.
53
54       -H|--hash <algorithm>
55              Use     algorithm     as      key      hash      algo.       See
56              memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
57

ENVIRONMENT

59       MEMCACHED_SERVERS
60              Specify a list of servers.
61

NOTES

63   PROGRAM PREFIX
64       The  prefix  of  this program is variable, i.e. it can be configured at
65       build time.
66
67       Usually the client programs of libmemcached-awesome are  prefixed  with
68       mem, like memcat or memcp.
69
70       It can be configured, though, to replace the prefix with something else
71       like mc, in case of that, the client programs  of  libmemcached-awesome
72       would be called mccat, mccp, etc. respectively.
73

SEE ALSO

75       memcached(1) libmemcached(3)
76
77
78
79
801.1                              Jul 20, 2023                      MEMEXIST(1)
Impressum