1 =================================
2 memcat - "cat" data from a server
3 =================================
13 Copy a set of keys to stdout
24 :program:`memcat` outputs to stdout the value a single or multiple set of keys
25 stored in a memcached(1) server. If any key is not found an error is returned.
27 It is similar to the standard UNIX cat(1) utility.
35 You can specify servers via the option:
37 .. cmdoption:: --servers
39 or via the environment variable:
41 .. envvar:: `MEMCACHED_SERVERS`
43 For a full list of operations run the tool with the option:
53 To find out more information please check:
54 `http://libmemcached.org/ <http://libmemcached.org/>`_
62 Brian Aker, <brian@tangent.org>
64 Mark Atwood <mark@fallenpegasus.com>
72 :manpage:`memcached(1)` :manpage:`libmemcached(3)`