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       -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       -e|--expire <expiration>
33              Use expiration seconds (or a UNIX timestamp).
34
35       -H|--hash <algorithm>
36              Use      algorithm      as      key      hash     algo.      See
37              memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.
38
39       -s|--servers <list of servers>
40              Specify  the   list   of   servers   as   hostname[:port][,host‐
41              name[:port]...].
42
43       -n|--non-blocking
44              Enable non-blocking operations.
45
46       -N|--tcp-nodelay
47              Disable Nagle's algorithm.
48
49       -b|--binary
50              Enable binary protocol.
51
52       -B|--buffer
53              Buffer requests.
54
55       -u|--username <username>
56              Use username for SASL authentication.
57
58       -p|--password <password>
59              Use password for SASL authentication.
60

ENVIRONMENT

62       MEMCACHED_SERVERS
63              Specify a list of servers.
64

NOTES

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

SEE ALSO

78       memcached(1) libmemcached(3)
79
80C/C++ Client Library for memcached
81
82Deleting data from a server
83
84
85
86
871.1                              Jul 20, 2023                         MEMRM(1)
Impressum