Hard to believe I documented the entire thing... this is a first.
[awesomized/libmemcached] / docs / memcat.pod
1 =head1 NAME
2
3 memcat - Copy a set of keys to stdout
4
5 =head1 SYNOPSIS
6
7 memcat [options] key key ...
8
9 =head1 DESCRIPTION
10
11 memcat is a tool designed to copy to stdout a single or mutiple set of keys.
12 It is designed to work similar to the standard UNIX cat utility.
13
14 You can specify servers via the --servers option or memcat will use the
15 environmental variable MEMCACHED_SERVERS.
16
17 For a full list of its operations run the tool with the --help option.
18
19 =head1 HOME
20
21 To find out more information please check: http://tangent.org/552/libmemcached.html
22
23 =head1 AUTHOR
24
25 Brian Aker, brian@tangent.org
26
27 =head1 SEE ALSO
28
29 memcached(1) libmemcached(3)
30
31 =cut
32