X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.rst;h=3480d2511ca3817b9631bd733c854957b148b1d5;hb=5993f4b91e77db90cc0abfb675d903a05d3c5261;hp=59ec483933719fbaedbfb3b305a9e93df3346c15;hpb=50dc8599f105fe915607e6f2d57851fd9acad839;p=awesomized%2Flibmemcached diff --git a/docs/memcached_behavior.rst b/docs/memcached_behavior.rst index 59ec4839..3480d251 100644 --- a/docs/memcached_behavior.rst +++ b/docs/memcached_behavior.rst @@ -252,12 +252,14 @@ Find the current size of SO_RCVBUF. A value of 0 means either an error occured o .. c:type:: MEMCACHED_BEHAVIOR_RETRY_TIMEOUT -When enabled a host which is problematic will only be checked for usage based on the amount of time set by this behavior. +When enabled a host which is problematic will only be checked for usage based on the amount of time set by this behavior. The value is in seconds. .. c:type:: MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY -When enabled the prefix key will be added to the key when determining server by hash. +When enabled the prefix key will be added to the key when determining server +by hash. See :c:type:`MEMCACHED_CALLBACK_NAMESPACE` for additional +information.