1 =======================================================================
2 memcapable - Checking a Memcached server capibilities and compatibility
3 =======================================================================
11 .. program:: memcapable
17 :program:`memcapable` connects to the specified memcached server and tries to
18 determine its capabilities by running the various commands and verifying
27 The current version of memcapable will only verify the binary protocol.
35 .. option:: -h hostname
37 Specify the hostname to connect to. The default is \ *localhost*\
41 Specify the port number to connect to. The default is \ *11211*\
45 Generate a coredump when it detects an error from the server.
49 Print out the comparison when it detects an error from the server.
53 Set the timeout from an IO operation to/from the server to \ *n*\ seconds.
61 To find out more information please check:
62 `http://libmemcached.org/ <http://libmemcached.org/>`_
70 Trond Norbye, <trond.norbye@gmail.com>
77 :manpage:`memcached(1)` :manpage:`libmemcached(3)`