X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcat.rst;h=5c10220750f3e4d608fb6b7b33dcf6132a1bdd77;hb=dc9533f1e17289d98c9fc7e5bb953774f625c033;hp=35d68340987d52c04ebd14fbb47c00e64de95063;hpb=df85b48564e1d418669d03814c6ac8f4bc82aab7;p=m6w6%2Flibmemcached diff --git a/docs/memcat.rst b/docs/memcat.rst index 35d68340..5c102207 100644 --- a/docs/memcat.rst +++ b/docs/memcat.rst @@ -1,53 +1,62 @@ -.. highlight:: perl - - -memcat -****** +================================= +memcat - "cat" data from a server +================================= Copy a set of keys to stdout -******** +-------- SYNOPSIS -******** - +-------- -.. code-block:: perl +:program:`memcat` - memcat [options] key key ... +.. program:: memcat - -*********** +----------- DESCRIPTION -*********** +----------- -\ **memcat**\ outputs to stdout the value a single or multiple set of keys +:program:`memcat` outputs to stdout the value a single or multiple set of keys stored in a memcached(1) server. If any key is not found an error is returned. It is similar to the standard UNIX cat(1) utility. -You can specify servers via the \ **--servers**\ option or via the -environment variable \ ``MEMCACHED_SERVERS``\ . -For a full list of operations run the tool with the \ **--help**\ option. +------- +OPTIONS +------- + + +You can specify servers via the option: + +.. option:: --servers + +or via the environment variable: + +.. envvar:: `MEMCACHED_SERVERS` + +For a full list of operations run the tool with the option: + +.. option:: --help -**** +---- HOME -**** +---- To find out more information please check: -`https://launchpad.net/libmemcached `_ +`http://libmemcached.org/ `_ -****** +------ AUTHOR -****** +------ Brian Aker, @@ -55,10 +64,10 @@ Brian Aker, Mark Atwood -******** +-------- SEE ALSO -******** +-------- -memcached(1) libmemcached(3) +:manpage:`memcached(1)` :manpage:`libmemcached(3)`