Merge in namespace fixes for binary protocol.
[awesomized/libmemcached] / docs / memcached_behavior.rst
index 59ec483933719fbaedbfb3b305a9e93df3346c15..baa2eacd698585ebde104c14e4120d77d08352f2 100644 (file)
@@ -257,7 +257,9 @@ When enabled a host which is problematic will only be checked for usage based on
 
 .. 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.