7 .. program:: memcapable
11 Check a memcached server's capabilities and compatibility.
16 :program:`memcapable` connects to the specified memcached server and tries to
17 determine its capabilities by running various commands and verifying the response.
22 .. option:: -h hostname
24 Specify the hostname to connect to. The default is \ *localhost*\ .
28 Specify the port number to connect to. The default is \ *11211*\ .
32 :manpage:`abort(3)` when detecting an error from the server.
36 Print out the comparison when it detects an error from the server.
40 Set the timeout for an IO operation to/from the server to \ *n*\ seconds.
47 :manpage:`memcached(1)`
48 :manpage:`libmemcached(3)`
52 * :doc:`/libmemcached`