-
-

memtouch - Touches a key.¶

+
+

memtouch¶

SYNOPSIS¶

-

memtouch [options] key

+

memtouch [options] <key>

DESCRIPTION¶

-

memtouch does a “touch” on the specified key.

+

memtouch does a "touch" on the specified key.

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.

+
-

If you do not specify either these, the final value in the command line list is the name of a server(s).

-

For a full list of operations run the tool with the option:

-
---help¶
-
+
+--expire <expiration>¶
+

Use expiration seconds (or a UNIX timestamp).

+
+ +
+
+--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.

+
@@ -239,10 +277,10 @@