
memcapable - Check memcached server capabilities

memcat [-h hostname] [-p port] [-c] [-v] [-t n]

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

The following options are supported:
Specify the hostname to connect to. The default is localhost
Specify the port number to connect to. The default is 11211
Generate a coredump when it detects an error from the server.
Print out the comparison when it detects an error from the server.
Set the timeout from an IO operation to/from the server to n seconds.

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

To find out more information please check: https://launchpad.net/libmemcached

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

memcached(1) libmemcached(3)