36f6a6bb2ef97c305a50c141e8310df7b1766d02
[awesomized/libmemcached] / docs / source / bin / memcat.rst
1 memcat
2 ======
3
4 SYNOPSIS
5 --------
6
7 .. program:: memcat
8
9 memcat [options] key [key...]
10
11 Read and output the value of one key or the values of a set of keys.
12
13 DESCRIPTION
14 -----------
15
16 :program:`memcat` reads and outputs the value of a single or a set of keys
17 stored in a :manpage:`memcached(1)` server.
18
19 If any key is not found an error is returned.
20
21 It is similar to the standard UNIX :manpage:`cat(1)` utility.
22
23 OPTIONS
24 -------
25
26 .. include:: options/common_get.rst
27 .. include:: options/flags_noarg.rst
28 .. include:: options/hash.rst
29 .. include:: options/file_out.rst
30
31 ENVIRONMENT
32 -----------
33
34 .. envvar:: MEMCACHED_SERVERS
35
36 Specify a list of servers.
37
38 SEE ALSO
39 --------
40
41 .. only:: man
42
43 :manpage:`memcached(1)`
44 :manpage:`libmemcached(3)`
45 :manpage:`libmemcached_configuration(3)`
46
47 .. only:: html
48
49 * :doc:`/libmemcached`
50 * :doc:`/libmemcached/configuration`