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