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