X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcapable.pod;fp=docs%2Fmemcapable.pod;h=6555988bafed37050af42647090a0940b9cad7cb;hb=fd8540c3e8a911de4f218d4cc0e585ee55a999e7;hp=0000000000000000000000000000000000000000;hpb=880439e34a123924049dd67fc59a4871d679259c;p=awesomized%2Flibmemcached diff --git a/docs/memcapable.pod b/docs/memcapable.pod new file mode 100644 index 00000000..6555988b --- /dev/null +++ b/docs/memcapable.pod @@ -0,0 +1,61 @@ +=head1 NAME + +memcapable - Check memcached server capabilites + +=head1 SYNOPSIS + + memcat [-h hostname] [-p port] [-c] [-v] [-t n] + +=head1 DESCRIPTION + +B connects to the specified memcached server and tries to +determine its capabilities by running the various commands and verifying +the response. + +=head1 OPTIONS + +The following options are supported: + +=over 3 + +=item -h hostname + +Specify the hostname to connect to. The default is I + +=item -p port + +Specify the port number to connect to. The default is I<11211> + +=item -c + +Generate a coredump when it detects an error from the server. + +=item -v + +Print out the comparison when it detects an error from the server. + +=item -t n + +Set the timeout from an IO operation to/from the server to I seconds. + +=back + +=head1 LIMITATIONS + +The current version of memcapable will only verify the binary protocol. + +=head1 HOME + +To find out more information please check: +L + +=head1 AUTHOR + +Trond Norbye, Etrond.norbye@sun.comE + +=head1 SEE ALSO + +memcached(1) libmemcached(3) + +=cut +