X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemcapable.rst;h=f8290333109f2b0daede4f6291b51de3aa9eea55;hb=bdf3398dac90a54d82aed65099290d51e92d4601;hp=da1a2e6c9c87a89ced7663daf7591b8671f534b6;hpb=28c4d79e109e11d7d2a9f3189de57da28302ec68;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memcapable.rst b/docs/source/bin/memcapable.rst index da1a2e6c..f8290333 100644 --- a/docs/source/bin/memcapable.rst +++ b/docs/source/bin/memcapable.rst @@ -2,7 +2,6 @@ memcapable - Checking a Memcached server capabilities and compatibility ======================================================================= --------- SYNOPSIS -------- @@ -10,7 +9,6 @@ memcapable [options] .. program:: memcapable ------------ DESCRIPTION ----------- @@ -18,41 +16,34 @@ DESCRIPTION determine its capabilities by running the various commands and verifying the response. - ------------ LIMITATIONS ----------- - The current version of memcapable will only verify the binary protocol. - -------- OPTIONS ------- - .. option:: -h hostname - + Specify the hostname to connect to. The default is \ *localhost*\ .. option:: -p port - + Specify the port number to connect to. The default is \ *11211*\ - + .. option:: -c - + Generate a coredump when it detects an error from the server. - + .. option:: -v - + Print out the comparison when it detects an error from the server. - + .. option:: -t n - + Set the timeout from an IO operation to/from the server to \ *n*\ seconds. --------- SEE ALSO --------