~brianaker/libmemcached/1164440

« back to all changes in this revision

Viewing changes to docs/bin/memrm.rst

  • Committer: Continuous Integration
  • Date: 2012-03-14 16:53:36 UTC
  • mfrom: (990.2.1 workspace)
  • Revision ID: ci@tangent.org-20120314165336-mjrg2hwmb6sx1er2
jenkins-promote-staging-trunk-libmemcached-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=================================
 
2
memrm - Remove data from a server
 
3
=================================
 
4
 
 
5
 
 
6
memrm - Remove a key(s) from a collection of memcached servers
 
7
 
 
8
 
 
9
--------
 
10
SYNOPSIS
 
11
--------
 
12
 
 
13
memrm [options] [key]
 
14
 
 
15
.. program:: memrm
 
16
 
 
17
 
 
18
-----------
 
19
DESCRIPTION
 
20
-----------
 
21
 
 
22
 
 
23
:program:`memrm`  removes items, specified by key, from memcached(1) servers.
 
24
 
 
25
 
 
26
-------
 
27
OPTIONS
 
28
-------
 
29
 
 
30
 
 
31
You can specify servers via the option:
 
32
 
 
33
.. option:: --servers
 
34
 
 
35
or via the environment variable:
 
36
 
 
37
.. envvar:: `MEMCACHED_SERVERS`
 
38
 
 
39
For a full list of operations run the tool with the
 
40
 
 
41
.. option:: --help
 
42
 
 
43
 
 
44
 
 
45
 
 
46
----
 
47
HOME
 
48
----
 
49
 
 
50
 
 
51
To find out more information please check:
 
52
`http://libmemcached.org/ <http://libmemcached.org/>`_
 
53
 
 
54
 
 
55
------
 
56
AUTHOR
 
57
------
 
58
 
 
59
 
 
60
Brian Aker, <brian@tangent.org>
 
61
 
 
62
Mark Atwood, <mark@fallenpegasus.com>
 
63
 
 
64
 
 
65
--------
 
66
SEE ALSO
 
67
--------
 
68
 
 
69
 
 
70
:manpage:`memcached(1)` :manpage:`libmemcached(3)`
 
71