X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcapable.rst;h=97dbc066b656d87a47d348b95657f9c86fcd3cf9;hb=51ab202ee2cac857ba1f79e2fd73042b427a9513;hp=b06d69a5d14307d26859a03d5aca4f74f4c1b88e;hpb=f0a568f40ab283bb0be08bd0d930c70386418b97;p=m6w6%2Flibmemcached diff --git a/docs/memcapable.rst b/docs/memcapable.rst index b06d69a5..97dbc066 100644 --- a/docs/memcapable.rst +++ b/docs/memcapable.rst @@ -1,103 +1,80 @@ -.. highlight:: perl +======================================================================= +memcapable - Checking a Memcached server capibilities and compatibility +======================================================================= -memcapable -********** +Check the server for compatibility and capabilities -Check memcached server capabilities - - -******** +-------- SYNOPSIS -******** - - - -.. code-block:: perl - - memcat [-h hostname] [-p port] [-c] [-v] [-t n] - - - -*********** -DESCRIPTION -*********** - - -\ **memcapable**\ connects to the specified memcached server and tries to -determine its capabilities by running the various commands and verifying -the response. - - -******* -OPTIONS -******* +-------- +.. program:: memcat -The following options are supported: - - --h hostname +.. option:: -h hostname Specify the hostname to connect to. The default is \ *localhost*\ - - --p port +.. option:: -p port Specify the port number to connect to. The default is \ *11211*\ --c +.. option:: -c Generate a coredump when it detects an error from the server. --v +.. option:: -v - Print out the comparison when it detects an error from the server. + Print out the comparison when it detects an error from the server. --t n +.. option:: -t n Set the timeout from an IO operation to/from the server to \ *n*\ seconds. +----------- +DESCRIPTION +----------- +\ **memcapable**\ connects to the specified memcached server and tries to +determine its capabilities by running the various commands and verifying +the response. -*********** +----------- LIMITATIONS -*********** +----------- The current version of memcapable will only verify the binary protocol. -**** +---- HOME -**** +---- To find out more information please check: `https://launchpad.net/libmemcached `_ -****** +------ AUTHOR -****** +------ Trond Norbye, -******** +-------- SEE ALSO -******** - +-------- -memcached(1) libmemcached(3) +:manpage:`memcached(1)` :manpage:`libmemcached(3)`