-
-

memexist - Check for the existance of a key¶

+
+

memexist¶

SYNOPSIS¶

-

memexist [options] [key]

+

memexist [options] <key>

+

Check for the existence of a key.

DESCRIPTION¶

-

memexist checks for the existance of a key within a cluster.

+

memexist checks for the existence of a key within a cluster.

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

+
+

ENVIRONMENT¶

+
+
+MEMCACHED_SERVERS¶
+

Specify the list of servers.

+
+

SEE ALSO¶

-

memcached(1) libmemcached(3)

+
@@ -740,10 +281,10 @@ @@ -752,7 +293,7 @@

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