X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fmemcat.rst;fp=docs%2Fsource%2Fbin%2Fmemcat.rst;h=b8612a92e1a1bc8ffbe47da4ebc00da9e61f168d;hb=f2a59b728c20f7fe78874dd41187ab3fb2db6c7e;hp=0000000000000000000000000000000000000000;hpb=dbc62573e1a6dc8cbcc97d0898e8615b0916d6ab;p=awesomized%2Flibmemcached diff --git a/docs/source/bin/memcat.rst b/docs/source/bin/memcat.rst new file mode 100644 index 00000000..b8612a92 --- /dev/null +++ b/docs/source/bin/memcat.rst @@ -0,0 +1,73 @@ +================================= +memcat - "cat" data from a server +================================= + + + +-------- +SYNOPSIS +-------- + +memcat [options] key + +Copy a set of keys to stdout + + +.. program:: memcat + + +----------- +DESCRIPTION +----------- + + +: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. + + +------- +OPTIONS +------- + + +You can specify servers via the option: + +.. cmdoption:: --servers + +or via the environment variable: + +.. envvar:: `MEMCACHED_SERVERS` + +For a full list of operations run the tool with the option: + +.. cmdoption:: --help + + +---- +HOME +---- + + +To find out more information please check: +`http://libmemcached.org/ `_ + + +------ +AUTHOR +------ + + +Brian Aker, + +Mark Atwood + + +-------- +SEE ALSO +-------- + + +:manpage:`memcached(1)` :manpage:`libmemcached(3)` +