X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.rst;h=3480d2511ca3817b9631bd733c854957b148b1d5;hb=1adc4180ede92a8edd03be385272a66be6090766;hp=59ec483933719fbaedbfb3b305a9e93df3346c15;hpb=ecc7382f48857cb22e74ffa9496f9a31e956bde3;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.