X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fman%2Flibmemcached_check_configuration.3;h=ab9897758f2d19f18eb67700714cb5a2a542e838;hb=18ace40ddb7271f3f5e71965f74fe11d7754bd8f;hp=c5a81dfbac6e450902c53d1a4e0eb0b9e78aab6c;hpb=ba3ec0beb20c1163737d3b6ff58f7eaa21a21708;p=awesomized%2Flibmemcached diff --git a/docs/man/libmemcached_check_configuration.3 b/docs/man/libmemcached_check_configuration.3 index c5a81dfb..ab989775 100644 --- a/docs/man/libmemcached_check_configuration.3 +++ b/docs/man/libmemcached_check_configuration.3 @@ -1,4 +1,4 @@ -.TH "LIBMEMCACHED_CHECK_CONFIGURATION" "3" "April 09, 2011" "0.47" "libmemcached" +.TH "LIBMEMCACHED_CHECK_CONFIGURATION" "3" "April 11, 2011" "0.47" "libmemcached" .SH NAME libmemcached_check_configuration \- libmemcached Documentation . @@ -102,44 +102,69 @@ Set the distribution model used by the client. See :manpage:\(ga\(ga for more d Set the hashing alogrthm used for placing keys on servers. .INDENT 0.0 .TP -.B \-\-HASH\-WITH\-PREFIX_KEY +.B \-\-HASH\-WITH\-NAMESPACE .UNINDENT +.sp +When enabled the prefix key will be added to the key when determining which +server to store the data in. .INDENT 0.0 .TP -.B \-\-IO\-BYTES\-WATERMARK= +.B \-\-NOREPLY .UNINDENT +.sp +Enable "no reply" for all calls that support this. It is highly recommended +that you use this option with the binary protocol only. .INDENT 0.0 .TP -.B \-\-IO\-KEY\-PREFETCH= +.B \-\-NUMBER\-OF\-REPLICAS= .UNINDENT +.sp +Set the nummber of servers that keys will be replicated to. .INDENT 0.0 .TP -.B \-\-IO\-MSG\-WATERMARK= +.B \-\-RANDOMIZE\-REPLICA\-READ .UNINDENT +.sp +Select randomly the server within the replication pool to read from. .INDENT 0.0 .TP -.B \-\-NOREPLY +.B \-\-SORT\-HOSTS .UNINDENT +.sp +When adding new servers always calculate their distribution based on sorted naming order. .INDENT 0.0 .TP -.B \-\-NUMBER\-OF\-REPLICAS= +.B \-\-SUPPORT\-CAS .UNINDENT .sp -Set the nummber of servers that keys will be replicated to. +See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_SUPPORT_CAS .INDENT 0.0 .TP -.B \-\-POLL\-TIMEOUT= +.B \-\-USE\-UDP .UNINDENT +.sp +See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_USE_UDP .INDENT 0.0 .TP -.B \-\-RANDOMIZE\-REPLICA\-READ +.B \-\-NAMESPACE= .UNINDENT .sp -Select randomly the server within the replication pool to read from. +A namespace is a container that provides context for keys, only other +requests that know the namespace can access these values. This is +accomplished by prepending the namespace value to all keys. +.SS I/O Options: .INDENT 0.0 .TP -.B \-\-RCV\-TIMEOUT= +.B \-\-TCP\-NODELAY +.UNINDENT +.sp +See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_TCP_NODELAY +.INDENT 0.0 +.TP +.B \-\-TCP\-KEEPALIVE .UNINDENT +.sp +See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_TCP_KEEPALIVE .INDENT 0.0 .TP .B \-\-RETRY\-TIMEOUT= @@ -172,42 +197,31 @@ See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_SOCKET_SEND_SIZE .INDENT 0.0 .TP -.B \-\-SORT\-HOSTS +.B \-\-POLL\-TIMEOUT= .UNINDENT .sp -When adding new servers always calculate their distribution based on sorted naming order. +That sets the value of the timeout used by :manpage: \fIpoll()\fP. .INDENT 0.0 .TP -.B \-\-SUPPORT\-CAS +.B \-\-IO\-BYTES\-WATERMARK= .UNINDENT -.sp -See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_SUPPORT_CAS .INDENT 0.0 .TP -.B \-\-TCP\-NODELAY +.B \-\-IO\-KEY\-PREFETCH= .UNINDENT -.sp -See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_TCP_NODELAY .INDENT 0.0 .TP -.B \-\-TCP\-KEEPALIVE +.B \-\-IO\-MSG\-WATERMARK= .UNINDENT -.sp -See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_TCP_KEEPALIVE .INDENT 0.0 .TP .B \-\-TCP\-KEEPIDLE .UNINDENT .INDENT 0.0 .TP -.B \-\-USE\-UDP -.UNINDENT -.sp -See \fImemcached_behavior_set(3)\fP for MEMCACHED_BEHAVIOR_USE_UDP -.INDENT 0.0 -.TP -.B \-\-PREFIX\-KEY= +.B \-\-RCV\-TIMEOUT= .UNINDENT +.SS Other: .INDENT 0.0 .TP .B INCLUDE