1MEMCP(1)                     libmemcached-awesome                     MEMCP(1)
2
3
4

NAME

6       memcp - libmemcached Documentation
7

SYNOPSIS

9       memcp [options] --servers <hostname[:port]...> <file...>
10
11       Copy files to a collection of memcached servers.
12

DESCRIPTION

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

OPTIONS

21       --help Display help.
22
23       --version
24              Display version.
25
26       --quiet
27              Operate quietly.
28
29       --verbose
30              Operate more verbosely.
31
32       --debug
33              See --verbose.
34
35       --servers <list of servers>
36              Specify   the   list   of   servers   as  hostname[:port][,host‐
37              name[:port]...].
38
39       --binary
40              Enable binary protocol.
41
42       --expire <expiration>
43              Use expiration seconds (or a UNIX timestamp).
44
45       --flag <number>
46              Use number as flag.
47
48       --hash <algorithm>
49              Use algorithm as key hash algo.  See  memcached_behavior_t::MEM‐
50              CACHED_BEHAVIOR_HASH.
51
52       --username <username>
53              Use username for SASL authentication.
54
55       --password <password>
56              Use password for SASL authentication.
57
58       --udp  Enable UDP operation mode.
59
60       --buffer
61              Enable internal buffering of commands.
62
63       --set  Issue  SET command(s). This is the default mode.  See also --add
64              and --replace.
65
66       --add  Issue ADD command(s).
67
68       --replace
69              Issue REPLACE command(s).
70

ENVIRONMENT

72       MEMCACHED_SERVERS
73              Specify the list of servers.
74

SEE ALSO

76       memcached(1) libmemcached(3) memcached_behavior(3)
77
78
79
80
811.1                              Sep 20, 2021                         MEMCP(1)
Impressum