Merge in docs.
[m6w6/libmemcached] / docs / memcat.rst
1 .. highlight:: perl
2
3
4 memcat
5 ******
6
7
8 Copy a set of keys to stdout
9
10
11 ********
12 SYNOPSIS
13 ********
14
15
16
17 .. code-block:: perl
18
19 memcat [options] key key ...
20
21
22
23 ***********
24 DESCRIPTION
25 ***********
26
27
28 \ **memcat**\ outputs to stdout the value a single or multiple set of keys
29 stored in a memcached(1) server. If any key is not found an error is returned.
30
31 It is similar to the standard UNIX cat(1) utility.
32
33 You can specify servers via the \ **--servers**\ option or via the
34 environment variable \ ``MEMCACHED_SERVERS``\ .
35
36 For a full list of operations run the tool with the \ **--help**\ option.
37
38
39 ****
40 HOME
41 ****
42
43
44 To find out more information please check:
45 `https://launchpad.net/libmemcached <https://launchpad.net/libmemcached>`_
46
47
48 ******
49 AUTHOR
50 ******
51
52
53 Brian Aker, <brian@tangent.org>
54
55 Mark Atwood <mark@fallenpegasus.com>
56
57
58 ********
59 SEE ALSO
60 ********
61
62
63 memcached(1) libmemcached(3)
64