Merge in additions to the scanner.
[awesomized/libmemcached] / docs / memcached_behavior.pod
index eea908919a0bf6bfd272d457ff6c03258d5a7c58..02ab0de410df9f1193e142e79f24310b75d7f40b 100644 (file)
@@ -239,13 +239,13 @@ Specify time, in seconds, to mark a connection as idle. This is only available a
 
 Find the current size of SO_SNDBUF. A value of 0 means either an error
 occured or no hosts were available. It is safe to assume system default
-if this occurs.
+if this occurs. If an error occurs you can checked the last cached errno statement to find the specific error.
 
 =item MEMCACHED_BEHAVIOR_SOCKET_RECV_SIZE
 
 Find the current size of SO_RCVBUF. A value of 0 means either an error
 occured or no hosts were available. It is safe to assume system default
-if this occurs.
+if this occurs. If an error occurs you can checked the last cached errno statement to find the specific error.
 
 =item MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT
 
@@ -262,6 +262,11 @@ in combination with MEMCACHED_BEHAVIOR_SERVER_FAILURE_LIMIT.
 When enabled a host which is problematic will only be checked for usage
 based on the amount of time set by this behavior.
 
+=item MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY
+
+When enabled the prefix key will be added to the key when determining
+server by hash.
+
 =back
 
 =head1 RETURN