-
-

memrm - Remove data from a server¶

-

memrm - Remove a key(s) from a collection of memcached servers

+
+

memrm¶

SYNOPSIS¶

-

memrm [options] [key]

+

memrm [options] <key ...>

+

Remove key(s) from a collection of memcached servers

DESCRIPTION¶

-

memrm removes items, specified by key, from memcached(1) servers.

+

memrm removes items, specified by key, from memcached(1) servers.

OPTIONS¶

-

You can specify servers via the option:

+
+
+--help¶
+

Display help.

+
+ +
+
+--version¶
+

Display version.

+
+ +
+
+--quiet¶
+

Operate quietly.

+
+ +
+
+--verbose¶
+

Operate more verbosely.

+
+ +
+
+--debug¶
+

See --verbose.

+
+
---servers¶
-
+--servers <list of servers>¶ +

Specify the list of servers as hostname[:port][,hostname[:port]...].

+
-

or via the environment variable:

-
-
-`MEMCACHED_SERVERS`¶
-
+
+
+--binary¶
+

Enable binary protocol.

+
-

For a full list of operations run the tool with the

-
---help¶
-
+
+--hash <algorithm>¶
+

Use algorithm as key hash algo. +See memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.

+
+ +
+
+--username <username>¶
+

Use username for SASL authentication.

+
+ +
+
+--password <password>¶
+

Use password for SASL authentication.

+
-
-

HOME¶

-

To find out more information please check: -http://libmemcached.org/

-
-
-

AUTHOR¶

-

Brian Aker, <brian@tangent.org>

-

Mark Atwood, <mark@fallenpegasus.com>

+
+

ENVIRONMENT¶

+
+
+MEMCACHED_SERVERS¶
+

Specify the list of servers.

+
+

SEE ALSO¶

-

memcached(1) libmemcached(3)

+
@@ -741,10 +281,10 @@ @@ -753,7 +293,7 @@

- © Copyright 2011-2020 Brian Aker, Michael Wallner + © Copyright