logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

memcapable - libmemcached Documentation

Description

memcapable  connects to the specified memcached server and tries to determine its capabilities by running
       various commands and verifying the response.

Name

       memcapable - libmemcached Documentation

Notes

PROGRAMPREFIX
       The prefix of this program is variable, i.e. it can be configured at build time.

       Usually the client programs of libmemcached-awesome are prefixed with mem, like memcat or memcp.

       It can be configured, though, to replace the prefix with something else like mc, in  case  of  that,  the
       client programs of libmemcached-awesome would be called mccat, mccp, etc. respectively.

   CONTRIBUTEDPROGRAM
       This is a contributed program.

       This program doesn't follow the standard flag/option scheme.

Options

-hhostname
              Specify the hostname to connect to. The default is localhost.

       -pport
              Specify the port number to connect to. The default is 11211.

       -cabort(3) when detecting an error from the server.

       -v     Print out the comparison when it detects an error from the server.

       -tn   Set the timeout for an IO operation to/from the server to n seconds.

See Also

memcached(1)libmemcached(3)

1.1                                               Mar 31, 2024                                     MEMCAPABLE(1)

Synopsis

       memcapable [options]

       Check a memcached server's capabilities and compatibility.

See Also