9 memcp [options] \-\-servers <hostname[:port]...> <file...>
11 Copy files to a collection of memcached servers.
16 :program:`memcp` copies one or more files into :manpage:`memcached(1)` servers.
17 It is similar to the standard UNIX :manpage:`cp(1)` command.
19 The key names will be the names of the files, without any directory path.
24 .. include:: options/all.rst
25 .. include:: options/common.rst
26 .. include:: options/expire.rst
27 .. include:: options/flag.rst
28 .. include:: options/hash.rst
29 .. include:: options/sasl.rst
30 .. include:: options/udp.rst
34 Enable internal buffering of commands.
38 Issue *SET* command(s). This is the default mode.
39 See also :option:`--add` and :option:`--replace`.
43 Issue *ADD* command(s).
47 Issue *REPLACE* command(s).
52 .. envvar:: MEMCACHED_SERVERS
54 Specify the list of servers.
61 :manpage:`memcached(1)`
62 :manpage:`libmemcached(3)`
63 :manpage:`memcached_behavior(3)`
67 * :doc:`/libmemcached`
68 * :doc:`/libmemcached/configuration`
69 * :doc:`/libmemcached/memcached_behavior`