fix #131: add build time option: CLIENT_PREFIX
[awesomized/libmemcached] / docs / source / bin / memrm.rst
1 memrm
2 =====
3
4 SYNOPSIS
5 --------
6
7 |client_prefix|\rm [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/common_set.rst
22
23 .. include:: common/env.rst
24
25 NOTES
26 -----
27
28 .. include:: common/note_program_prefix.rst
29
30 SEE ALSO
31 --------
32
33 .. only:: man
34
35 :manpage:`memcached(1)`
36 :manpage:`libmemcached(3)`
37
38 .. only:: html
39
40 * :doc:`/libmemcached`
41 * :doc:`/libmemcached/memcached_delete`