Go to main content

man pages section 1: User Commands

Exit Print View

Updated: July 2017
 
 

memcp (1)

Name

memcp - Copies files to a collection of memcached servers

Synopsis

memcp [options] file file <servers>

Description

MEMCP(1)                         libmemcached                         MEMCP(1)



NAME
       memcp - Copies files to a collection of memcached servers

SYNOPSIS
         memcp [options] file file <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 part.

       You can specify servers via the --servers option or via the environment
       variable "MEMCACHED_SERVERS". If you specify neither of these, the
       final value in the command line list is the name of a server(s).

       For a full list of operations run the tool with the --help option.

HOME
       To find out more information please check:
       <http://tangent.org/552/libmemcached.html>

AUTHOR
       Brian Aker, <brian@tangent.org>

       Mark Atwood, <mark@fallenpegasus.com>


ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:


       +---------------+----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
       +---------------+----------------------+
       |Availability   | library/libmemcached |
       +---------------+----------------------+
       |Stability      | Uncommitted          |
       +---------------+----------------------+
SEE ALSO
       memcached(1) libmemcached(3)



NOTES
       This software was built from source available at
       https://java.net/projects/solaris-userland.  The original community
       source was downloaded from
       http://launchpadlibrarian.net/33299595/libmemcached-0.16.tar.gz

       Further information about this software can be found on the open source
       community website at http://libmemcached.org/libMemcached.html.



                                  2008-01-08                          MEMCP(1)