04d8a30477fb3d236913a3707b65f2b6d097a760
[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 B<memcat> outputs to stdout the value a single or mutiple set of keys
12 stored in a memcached(1) server.
13
14 It is similar to the standard UNIX cat(1) utility.
15
16 You can specify servers via the B<--servers> option or via the
17 environment variable C<MEMCACHED_SERVERS>.
18
19 For a full list of operations run the tool with the B<--help> option.
20
21 =head1 HOME
22
23 To find out more information please check:
24 L<http://tangent.org/552/libmemcached.html>
25
26 =head1 AUTHOR
27
28 Brian Aker, E<lt>brian@tangent.orgE<gt>
29
30 Mark Atwood E<lt>mark@fallenpegasus.comE<gt>
31
32 =head1 SEE ALSO
33
34 memcached(1) libmemcached(3)
35
36 =cut
37