1MEMCAT(1) libmemcached MEMCAT(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 mutiple set of keys
13 stored in a memcached(1) server.
14
15 It is similar to the standard UNIX cat(1) utility.
16
17 You can specify servers via the --servers option or via the environment
18 variable "MEMCACHED_SERVERS".
19
20 For a full list of operations run the tool with the --help option.
21
23 To find out more information please check:
24 <http://tangent.org/552/libmemcached.html>
25
27 Brian Aker, <brian@tangent.org>
28
29 Mark Atwood <mark@fallenpegasus.com>
30
32 memcached(1) libmemcached(3)
33
34
35
36 2009-05-20 MEMCAT(1)