X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fsource%2Fbin%2Fmemexist.rst;h=1859c83880b8ee73308e270a0485e62274095ec2;hb=18123e31581b266b7c079cf5f8301ba5b20c3d64;hp=b407d90c1cee3098ecde499aaddb01796443ff4d;hpb=49aa94b8c4df6c3fd9d5c9688651c6f928f9aad1;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memexist.rst b/docs/source/bin/memexist.rst index b407d90c..1859c838 100644 --- a/docs/source/bin/memexist.rst +++ b/docs/source/bin/memexist.rst @@ -1,48 +1,44 @@ -=========================================== -memexist - Check for the existence of a key -=========================================== +memexist +======== - --------- SYNOPSIS -------- -memexist [options] [key] - .. program:: memexist +memexist [options] + +Check for the existence of a key. ------------ DESCRIPTION ----------- -:program:`memexist` checks for the existance of a key within a cluster. - +:program:`memexist` checks for the existence of a key within a cluster. -------- OPTIONS ------- +.. include:: options/all.rst +.. include:: options/common.rst +.. include:: options/hash.rst +.. include:: options/sasl.rst -You can specify servers via the option: - -.. option:: --servers - -or via the environment variable: - -.. envvar:: `MEMCACHED_SERVERS` - -If you do not specify either these, the final value in the command line list is the name of a server(s). - -For a full list of operations run the tool with the option: +ENVIRONMENT +----------- -.. option:: --help +.. envvar:: MEMCACHED_SERVERS + Specify the list of servers. --------- SEE ALSO -------- +.. only:: man + + :manpage:`memcached(1)` + :manpage:`libmemcached(3)` -:manpage:`memcached(1)` :manpage:`libmemcached(3)` +.. only:: html + * :doc:`/libmemcached` + * :doc:`/libmemcached/memcached_exist`