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

NAME

6       memrm - libmemcached Documentation
7

SYNOPSIS

9       memrm [options] <key ...>
10
11       Remove key(s) from a collection of memcached servers
12

DESCRIPTION

14       memrm removes items, specified by key, from memcached(1) servers.
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
40              memcached_behavior_t::MEMCACHED_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
55C/C++ Client Library for memcached
56
57Deleting data from a server
58
59
60
61
621.1                              Nov 09, 2022                         MEMRM(1)
Impressum