c3a6b65e16a596c65ff7763d6a836d1c713cd26b
[awesomized/libmemcached] / docs / source / bin / memcat.rst
1 =================================
2 memcat - "cat" data from a server
3 =================================
4
5 SYNOPSIS
6 --------
7
8 memcat [options] key
9
10 Copy a set of keys to stdout
11
12 .. program:: memcat
13
14 DESCRIPTION
15 -----------
16
17 :program:`memcat` outputs to stdout the value a single or multiple set of keys
18 stored in a memcached(1) server. If any key is not found an error is returned.
19
20 It is similar to the standard UNIX cat(1) utility.
21
22 OPTIONS
23 -------
24
25 You can specify servers via the option:
26
27 .. option:: --servers
28
29 or via the environment variable:
30
31 .. envvar:: `MEMCACHED_SERVERS`
32
33 For a full list of operations run the tool with the option:
34
35 .. option:: --help
36
37 SEE ALSO
38 --------
39
40 .. only:: man
41
42 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
43