1MEMRM.POP(1) memrm MEMRM.POP(1)
2
3
4
6 memrm - Remove a key(s) from a collection of memcached servers
7
9 memrm [options] key key ...
10
12 memrm removes items, specified by key, from memcached(1) servers.
13
14 You can specify servers via the --servers option or via the environment
15 variable "MEMCACHED_SERVERS".
16
17 For a full list of operations run the tool with the --help option.
18
20 To find out more information please check:
21 <https://launchpad.net/libmemcached>
22
24 Brian Aker, <brian@tangent.org>
25
26 Mark Atwood, <mark@fallenpegasus.com>
27
29 memcached(1) libmemcached(3)
30
31
32
33 2010-06-28 MEMRM.POP(1)