docs: bin/
[awesomized/libmemcached] / docs / source / bin / memrm.rst
1 memrm
2 =====
3
4 SYNOPSIS
5 --------
6
7 memrm [options] <key ...>
8
9 .. program:: memrm
10
11 Remove key(s) from a collection of memcached servers
12
13 DESCRIPTION
14 -----------
15
16 :program:`memrm` removes items, specified by key, from :manpage:`memcached(1)` servers.
17
18 OPTIONS
19 -------
20
21 .. include:: options/all.rst
22 .. include:: options/common.rst
23 .. include:: options/hash.rst
24 .. include:: options/sasl.rst
25
26 ENVIRONMENT
27 -----------
28
29 .. envvar:: MEMCACHED_SERVERS
30
31 Specify the list of servers.
32
33 SEE ALSO
34 --------
35
36 .. only:: man
37
38 :manpage:`memcached(1)`
39 :manpage:`libmemcached(3)`
40
41 .. only:: html
42
43 * :doc:`/libmemcached`
44 * :doc:`/libmemcached/memcached_delete`