9 memcat [options] key [key...]
11 Read and output the value of one key or the values of a set of keys.
16 :program:`memcat` reads and outputs the value of a single or a set of keys
17 stored in a :manpage:`memcached(1)` server.
19 If any key is not found an error is returned.
21 It is similar to the standard UNIX :manpage:`cat(1)` utility.
26 .. include:: options/all.rst
27 .. include:: options/common.rst
28 .. include:: options/hash.rst
37 .. envvar:: MEMCACHED_SERVERS
39 Specify a list of servers.
46 :manpage:`memcached(1)`
47 :manpage:`libmemcached(3)`
48 :manpage:`libmemcached_configuration(3)`
52 * :doc:`/libmemcached`
53 * :doc:`/libmemcached/configuration`