3 memcp - Copies files to a collection of memcached servers
7 memcp [options] file file <servers>
11 B<memcp> copies one or more files into memcached(1) servers.
12 It is similar to the standard UNIX cp(1) command.
14 The key names will be the names of the files,
15 without any directory path part.
17 You can specify servers via the B<--servers> option or via the
18 environment variable C<MEMCACHED_SERVERS>. If you specify neither of
19 these, the final value in the command line list is the name of a
22 For a full list of operations run the tool with the B<--help> option.
26 To find out more information please check:
27 L<http://tangent.org/552/libmemcached.html>
31 Brian Aker, E<lt>brian@tangent.orgE<gt>
33 Mark Atwood, E<lt>mark@fallenpegasus.comE<gt>
37 memcached(1) libmemcached(3)