1MEMCAPABLE(1) libmemcached-awesome MEMCAPABLE(1)
2
3
4
6 memcapable - libmemcached Documentation
7
9 memcapable [options]
10
11 Check a memcached server's capabilities and compatibility.
12
14 memcapable connects to the specified memcached server and tries to de‐
15 termine its capabilities by running various commands and verifying the
16 response.
17
19 -h hostname
20 Specify the hostname to connect to. The default is localhost.
21
22 -p port
23 Specify the port number to connect to. The default is 11211.
24
25 -c abort(3) when detecting an error from the server.
26
27 -v Print out the comparison when it detects an error from the
28 server.
29
30 -t n Set the timeout for an IO operation to/from the server to n sec‐
31 onds.
32
34 memcached(1) libmemcached(3)
35
36
37
38
391.1 Feb 02, 2022 MEMCAPABLE(1)