Update man-pages
[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 :program:`memcat`
15
16 .. program:: memcat
17
18 .. option:: --help
19
20
21 -----------
22 DESCRIPTION
23 -----------
24
25
26 \ **memcat**\ outputs to stdout the value a single or multiple set of keys
27 stored in a memcached(1) server. If any key is not found an error is returned.
28
29 It is similar to the standard UNIX cat(1) utility.
30
31 You can specify servers via the \ **--servers**\ option or via the
32 environment variable \ ``MEMCACHED_SERVERS``\ .
33
34 For a full list of operations run the tool with the \ **--help**\ option.
35
36
37 ----
38 HOME
39 ----
40
41
42 To find out more information please check:
43 `http://libmemcached.org/ <http://libmemcached.org/>`_
44
45
46 ------
47 AUTHOR
48 ------
49
50
51 Brian Aker, <brian@tangent.org>
52
53 Mark Atwood <mark@fallenpegasus.com>
54
55
56 --------
57 SEE ALSO
58 --------
59
60
61 memcached(1) libmemcached(3)
62