X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcapable.pod;fp=docs%2Fmemcapable.pod;h=0000000000000000000000000000000000000000;hb=1eae35aca01e152e10113cd97b7571ebd6eb5bd9;hp=bd4d48f8dba488bb1832088455cb15d102717c8a;hpb=053275c87dbc91f5134840980f6d9902b8a12257;p=awesomized%2Flibmemcached diff --git a/docs/memcapable.pod b/docs/memcapable.pod deleted file mode 100644 index bd4d48f8..00000000 --- a/docs/memcapable.pod +++ /dev/null @@ -1,61 +0,0 @@ -=head1 NAME - -memcapable - Check memcached server capabilities - -=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@gmail.comE - -=head1 SEE ALSO - -memcached(1) libmemcached(3) - -=cut -