-
-

memcat - “cat” data from a server¶

+
+

memcat¶

SYNOPSIS¶

-

memcat [options] key

-

Copy a set of keys to stdout

+

memcat [options] key [key...]

+

Read and output the value of one key or the values of a set of keys.

DESCRIPTION¶

-

memcat outputs to stdout the value a single or multiple set of keys -stored in a memcached(1) server. If any key is not found an error is returned.

-

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

+

memcat reads and outputs the value of a single or a set of keys +stored in a memcached(1) server.

+

If any key is not found an error is returned.

+

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

OPTIONS¶

-

You can specify servers via the option:

-
+
+
+--help¶
+

Display help.

+
+ +
+
+--version¶
+

Display version.

+
+ +
+
+--quiet¶
+

Operate quietly.

+
+ +
+
+--verbose¶
+

Operate more verbosely.

+
+ +
+
+--debug¶
+

See --verbose.

+
+ +
---servers¶
-
+--servers <list of servers>¶ +

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

+
+ +
+
+--binary¶
+

Enable binary protocol.

+
+ +
+
+--hash <algorithm>¶
+

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

+
+ +
+
+--flag¶
+

Display stored flags.

+
-

or via the environment variable:

+
+
+

ENVIRONMENT¶

-
-`MEMCACHED_SERVERS`¶
-
- -

For a full list of operations run the tool with the option:

-
-
---help¶
-
+
+MEMCACHED_SERVERS¶
+

Specify a list of servers.

+
-
-
-

HOME¶

-

To find out more information please check: -http://libmemcached.org/

-
-
-

AUTHOR¶

-

Brian Aker, <brian@tangent.org>

-

Mark Atwood <mark@fallenpegasus.com>

SEE ALSO¶

-

memcached(1) libmemcached(3)

+
@@ -743,10 +278,10 @@ stored in a memcached(1) server. If any key is not found an error is returned. - + - +
@@ -755,7 +290,7 @@ stored in a memcached(1) server. If any key is not found an error is returned.

- © Copyright 2011-2020 Brian Aker, Michael Wallner + © Copyright