00773ee0629beab22f5ed516bda16e1945cf5b5f
[awesomized/libmemcached] / docs / source / bin / memcat.rst
1 =================================
2 memcat - "cat" data from a server
3 =================================
4
5
6
7 --------
8 SYNOPSIS
9 --------
10
11 memcat [options] key
12
13 Copy a set of keys to stdout
14
15
16 .. program:: memcat
17
18
19 -----------
20 DESCRIPTION
21 -----------
22
23
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.
26
27 It is similar to the standard UNIX cat(1) utility.
28
29
30 -------
31 OPTIONS
32 -------
33
34
35 You can specify servers via the option:
36
37 .. option:: --servers
38
39 or via the environment variable:
40
41 .. envvar:: `MEMCACHED_SERVERS`
42
43 For a full list of operations run the tool with the option:
44
45 .. option:: --help
46
47
48 --------
49 SEE ALSO
50 --------
51
52 .. only:: man
53
54 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
55