Merge bzr://10.0.3.21 Build: jenkins-Libmemcached-469
[awesomized/libmemcached] / docs / 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 .. cmdoption:: --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 .. cmdoption:: --help
46
47
48 ----
49 HOME
50 ----
51
52
53 To find out more information please check:
54 `http://libmemcached.org/ <http://libmemcached.org/>`_
55
56
57 ------
58 AUTHOR
59 ------
60
61
62 Brian Aker, <brian@tangent.org>
63
64 Mark Atwood <mark@fallenpegasus.com>
65
66
67 --------
68 SEE ALSO
69 --------
70
71
72 :manpage:`memcached(1)` :manpage:`libmemcached(3)`
73