.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "MEMCAT" "1" "Feb 01, 2024" "1.1" "libmemcached-awesome" .SH NAME memcat \- libmemcached Documentation .SH SYNOPSIS .sp memcat [options] key [key...] .sp Read and output the value of one key or the values of a set of keys. .SH DESCRIPTION .sp \fBmemcat\fP reads and outputs the value of a single or a set of keys stored in a \fBmemcached(1)\fP server. .sp If any key is not found an error is returned. .sp It is similar to the standard UNIX \fBcat(1)\fP utility. .SH OPTIONS .INDENT 0.0 .TP .B \-h|\-\-help Display help. .UNINDENT .INDENT 0.0 .TP .B \-V|\-\-version Display version. .UNINDENT .INDENT 0.0 .TP .B \-q|\-\-quiet Operate quietly. .UNINDENT .INDENT 0.0 .TP .B \-v|\-\-verbose Operate more verbosely. .UNINDENT .INDENT 0.0 .TP .B \-d|\-\-debug See \fI\%\-v|\-\-verbose\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-s|\-\-servers Specify the list of servers as \fIhostname[:port][,hostname[:port]...]\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-n|\-\-non\-blocking Enable non\-blocking operations. .UNINDENT .INDENT 0.0 .TP .B \-N|\-\-tcp\-nodelay Disable Nagle\(aqs algorithm. .UNINDENT .INDENT 0.0 .TP .B \-b|\-\-binary Enable binary protocol. .UNINDENT .INDENT 0.0 .TP .B \-B|\-\-buffer Buffer requests. .UNINDENT .INDENT 0.0 .TP .B \-u|\-\-username Use \fIusername\fP for SASL authentication. .UNINDENT .INDENT 0.0 .TP .B \-p|\-\-password Use \fIpassword\fP for SASL authentication. .UNINDENT .INDENT 0.0 .TP .B \-F|\-\-flags Display key\(aqs flags. .UNINDENT .INDENT 0.0 .TP .B \-H|\-\-hash Use \fIalgorithm\fP as key hash algo. See \fI\%memcached_behavior_t::MEMCACHED_BEHAVIOR_HASH\fP\&. .UNINDENT .INDENT 0.0 .TP .B \-f|\-\-file [] Output to file instead of standard output. .sp \fINOTE:\fP defaults to if no argument was provided. .UNINDENT .SH ENVIRONMENT .INDENT 0.0 .TP .B MEMCACHED_SERVERS Specify a list of servers. .UNINDENT .SH NOTES .SS PROGRAM PREFIX .sp The prefix of this program is variable, i.e. it can be configured at build time. .sp Usually the client programs of \fBlibmemcached\-awesome\fP are prefixed with \fBmem\fP, like \fBmemcat\fP or \fBmemcp\fP\&. .sp It can be configured, though, to replace the prefix with something else like \fBmc\fP, in case of that, the client programs of \fBlibmemcached\-awesome\fP would be called \fBmccat\fP, \fBmccp\fP, etc. respectively. .SH SEE ALSO .sp \fBmemcached(1)\fP \fBlibmemcached(3)\fP \fBlibmemcached_configuration(3)\fP .\" Generated by docutils manpage writer. .