Updating information on distribution
[m6w6/libmemcached] / docs / memcached_behavior.pod
index 1d860c61ab05b9bc7af66226089c9699ac7f0246..2dd6ae2d9e6f944aef300cac1cdaa5ae47f2cb80 100755 (executable)
@@ -59,7 +59,9 @@ Using this you can enable different means of distributing values to servers.
 The default method is MEMCACHED_DISTRIBUTION_MODULA. You can enable
 consistent hashing by setting MEMCACHED_DISTRIBUTION_CONSISTENT. 
 Consistent hashing delivers better distribution and allows servers to be 
-added to the cluster with minimal cache losses. 
+added to the cluster with minimal cache losses. Currently
+MEMCACHED_DISTRIBUTION_CONSISTENT is an alias for the value
+MEMCACHED_DISTRIBUTION_CONSISTENT_KETAMA.  
 
 =item MEMCACHED_BEHAVIOR_CACHE_LOOKUPS