table of contents
MEMCAPABLE(1) | libmemcached-awesome | MEMCAPABLE(1) |
NAME¶
memcapable - libmemcached Documentation
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 various commands and verifying the response.
OPTIONS¶
- -h hostname
- Specify the hostname to connect to. The default is localhost.
- -p port
- Specify the port number to connect to. The default is 11211.
- -v
- Print out the comparison when it detects an error from the server.
- -t n
- Set the timeout for an IO operation to/from the server to n seconds.
SEE ALSO¶
November 12, 2021 | 1.1 |