-
-

memcapable - Checking a Memcached server capibilities and compatibility¶

+
+

memcapable¶

SYNOPSIS¶

memcapable [options]

+

Check a memcached server's capabilities and compatibility.

DESCRIPTION¶

memcapable connects to the specified memcached server and tries to -determine its capabilities by running the various commands and verifying -the response.

-
-
-

LIMITATIONS¶

-

The current version of memcapable will only verify the binary protocol.

+determine its capabilities by running various commands and verifying the response.

OPTIONS¶

--h hostname¶
-
+-h hostname¶ +

Specify the hostname to connect to. The default is localhost.

+
-

Specify the hostname to connect to. The default is localhost

--p port¶
-
+-p port¶ +

Specify the port number to connect to. The default is 11211.

+
-

Specify the port number to connect to. The default is 11211

--c¶
-
+-c¶ +

abort(3) when detecting an error from the server.

+
-

Generate a coredump when it detects an error from the server.

--v¶
-
+-v¶ +

Print out the comparison when it detects an error from the server.

+
-

Print out the comparison when it detects an error from the server.

--t n¶
-
+-t n¶ +

Set the timeout for an IO operation to/from the server to n seconds.

+
-

Set the timeout from an IO operation to/from the server to n seconds.

-
-
-

HOME¶

-

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

-
-
-

AUTHOR¶

-

Trond Norbye, <trond.norbye@gmail.com>

SEE ALSO¶

-

memcached(1) libmemcached(3)

+
@@ -757,10 +241,10 @@ the response.

@@ -769,7 +253,7 @@ the response.

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