Go to main content

man pages section 1: User Commands

Exit Print View

Updated: July 2017
 
 

memcat (1)

Name

memcat - Copy a set of keys to stdout

Synopsis

memcat [options] key key ...

Description

MEMCAT(1)                        libmemcached                        MEMCAT(1)



NAME
       memcat - Copy a set of keys to stdout

SYNOPSIS
         memcat [options] key key ...

DESCRIPTION
       memcat outputs to stdout the value a single or mutiple set of keys
       stored in a memcached(1) server.

       It is similar to the standard UNIX cat(1) utility.

       You can specify servers via the --servers option or via the environment
       variable "MEMCACHED_SERVERS".

       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                         MEMCAT(1)