X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached.3;h=663ddf090f58a7c69f35c0c36defe5e045d7dd6d;hb=5a6dd35a036e60a1e51d2bffbde6b5fb0064e65d;hp=57c91cf92de7a614e4001bd2d265dc8c0429ce53;hpb=6dab4c45effc85493d9e097d0df3446e202f3e8e;p=awesomized%2Flibmemcached diff --git a/docs/man/libmemcached.3 b/docs/man/libmemcached.3 index 57c91cf9..663ddf09 100644 --- a/docs/man/libmemcached.3 +++ b/docs/man/libmemcached.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED" "3" "January 26, 2012" "1.0.4" "libmemcached" +.TH "LIBMEMCACHED" "3" "September 16, 2012" "1.0.10" "libmemcached" .SH NAME libmemcached \- Introducing the C Client Library for memcached . @@ -86,7 +86,7 @@ recommended that you operate directly against the structure. .sp Nearly all functions return a \fBmemcached_return_t\fP value. This value can be translated to a printable string with -\fBmemcached_strerror()\fP. +\fBmemcached_strerror\fP. .sp Objects are stored on servers by hashing keys. The hash value maps the key to a particular server. All clients understand how this hashing works, so it is possibly to reliably both push data to a server and retrieve data from a server. .sp @@ -148,6 +148,11 @@ String value of libmemcached version such as "1.23.4" .B LIBMEMCACHED_VERSION_HEX Hex value of the version number. "0x00048000" This can be used for comparing versions based on number. .UNINDENT +.INDENT 0.0 +.TP +.B MEMCACHED_PREFIX_KEY_MAX_SIZE +Maximum length allowed for namespacing of a key. +.UNINDENT .SH THREADS AND PROCESSES .sp When using threads or forked processes it is important to keep one instance @@ -195,7 +200,7 @@ To find out more information please check: .SH AUTHOR Brian Aker .SH COPYRIGHT -2011, Brian Aker DataDifferential, http://datadifferential.com/ +2011-2012, Brian Aker DataDifferential, http://datadifferential.com/ .\" Generated by docutils manpage writer. .\" .