1MEMCP(1) libmemcached MEMCP(1)
2
3
4
6 memcp - libmemcached Documentation
7
8 Copies files to a collection of memcached servers
9
11 memcp [options] [file] [server]
12
14 memcp copies one or more files into memcached(1) servers. It is simi‐
15 lar to the standard UNIX cp(1) command.
16
17 The key names will be the names of the files, without any directory
18 path.
19
21 You can specify servers via the option:
22
23 --servers
24
25 or via the environment variable:
26
27 `MEMCACHED_SERVERS`
28
29 If you do not specify either these, the final value in the command line
30 list is the name of a server(s).
31
32 For a full list of operations run the tool with the option:
33
34 --help
35
37 To find out more information please check: http://libmemcached.org/
38
40 Brian Aker, <brian@tangent.org>
41
42 Mark Atwood, <mark@fallenpegasus.com>
43
45 memcached(1) libmemcached(3)
46
48 Brian Aker
49
51 2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
52
53
54
55
561.0.18 February 09, 2014 MEMCP(1)