1MEMRM(1) libmemcached MEMRM(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 <http://tangent.org/552/libmemcached.html>
22
24 Brian Aker, <brian@tangent.org>
25
26 Mark Atwood, <mark@fallenpegasus.com>
27
29 memcached(1) libmemcached(3)
30
31
32
33 2009-05-20 MEMRM(1)