docs: ws
[awesomized/libmemcached] / docs / source / bin / memrm.rst
1 =================================
2 memrm - Remove data from a server
3 =================================
4
5 memrm - Remove a key(s) from a collection of memcached servers
6
7 SYNOPSIS
8 --------
9
10 memrm [options] [key]
11
12 .. program:: memrm
13
14 DESCRIPTION
15 -----------
16
17 :program:`memrm` removes items, specified by key, from memcached(1) servers.
18
19 OPTIONS
20 -------
21
22 You can specify servers via the option:
23
24 .. option:: --servers
25
26 or via the environment variable:
27
28 .. envvar:: `MEMCACHED_SERVERS`
29
30 For a full list of operations run the tool with the
31
32 .. option:: --help
33
34 SEE ALSO
35 --------
36
37 .. only:: man
38
39 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
40