1MEMRM(1) libmemcached MEMRM(1)
2
3
4
6 memrm - libmemcached Documentation
7
8 memrm - Remove a key(s) from a collection of memcached servers
9
11 memrm [options] [key]
12
14 memrm removes items, specified by key, from memcached(1) servers.
15
17 You can specify servers via the option:
18
19 --servers
20
21 or via the environment variable:
22
23 `MEMCACHED_SERVERS`
24
25 For a full list of operations run the tool with the
26
27 --help
28
30 To find out more information please check: http://libmemcached.org/
31
33 Brian Aker, <brian@tangent.org>
34
35 Mark Atwood, <mark@fallenpegasus.com>
36
38 memcached(1) libmemcached(3)
39
41 Brian Aker
42
44 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
45
46
47
48
491.0.18 February 09, 2014 MEMRM(1)