summaryrefslogtreecommitdiff
path: root/docs/source/bin/memrm.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/bin/memrm.rst')
-rw-r--r--docs/source/bin/memrm.rst71
1 files changed, 71 insertions, 0 deletions
diff --git a/docs/source/bin/memrm.rst b/docs/source/bin/memrm.rst
new file mode 100644
index 00000000..d395b364
--- /dev/null
+++ b/docs/source/bin/memrm.rst
@@ -0,0 +1,71 @@
+=================================
+memrm - Remove data from a server
+=================================
+
+
+memrm - Remove a key(s) from a collection of memcached servers
+
+
+--------
+SYNOPSIS
+--------
+
+memrm [options] [key]
+
+.. program:: memrm
+
+
+-----------
+DESCRIPTION
+-----------
+
+
+:program:`memrm` removes items, specified by key, from memcached(1) servers.
+
+
+-------
+OPTIONS
+-------
+
+
+You can specify servers via the option:
+
+.. option:: --servers
+
+or via the environment variable:
+
+.. envvar:: `MEMCACHED_SERVERS`
+
+For a full list of operations run the tool with the
+
+.. option:: --help
+
+
+
+
+----
+HOME
+----
+
+
+To find out more information please check:
+`http://libmemcached.org/ <http://libmemcached.org/>`_
+
+
+------
+AUTHOR
+------
+
+
+Brian Aker, <brian@tangent.org>
+
+Mark Atwood, <mark@fallenpegasus.com>
+
+
+--------
+SEE ALSO
+--------
+
+
+:manpage:`memcached(1)` :manpage:`libmemcached(3)`
+