Scroll to navigation

MEMCP(1) libmemcached-awesome MEMCP(1)

NAME

memcp - libmemcached Documentation

SYNOPSIS

memcp [options] --servers <hostname[:port]...> <file...>

Copy files to a collection of memcached servers.

DESCRIPTION

memcp copies one or more files into memcached(1) servers. It is similar to the standard UNIX cp(1) command.

The key names will be the names of the files, without any directory path.

OPTIONS

Display help.

Display version.

Operate quietly.

Operate more verbosely.

See --verbose.

Specify the list of servers as hostname[:port][,hostname[:port]...].

Enable binary protocol.

Use expiration seconds (or a UNIX timestamp).

Use number as flag.

Use algorithm as key hash algo. See memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH.

Use username for SASL authentication.

Use password for SASL authentication.

Enable UDP operation mode.

Enable internal buffering of commands.

Issue SET command(s). This is the default mode. See also --add and --replace.

Issue ADD command(s).

Issue REPLACE command(s).

ENVIRONMENT

Specify the list of servers.

SEE ALSO

memcached(1) libmemcached(3) memcached_behavior(3)

November 12, 2021 1.1