1MEMCAT.POP(1) memcat MEMCAT.POP(1)
2
3
4
6 memcat - Copy a set of keys to stdout
7
9 memcat [options] key key ...
10
12 memcat outputs to stdout the value a single or multiple set of keys
13 stored in a memcached(1) server. If any key is not found an error is
14 returned.
15
16 It is similar to the standard UNIX cat(1) utility.
17
18 You can specify servers via the --servers option or via the environment
19 variable "MEMCACHED_SERVERS".
20
21 For a full list of operations run the tool with the --help option.
22
24 To find out more information please check:
25 <https://launchpad.net/libmemcached>
26
28 Brian Aker, <brian@tangent.org>
29
30 Mark Atwood <mark@fallenpegasus.com>
31
33 memcached(1) libmemcached(3)
34
35
36
37 2010-06-28 MEMCAT.POP(1)