From: Date: Sun, 20 Apr 2008 16:19:16 +0000 (-0700) Subject: Updating information on distribution X-Git-Tag: _20~1^2~14^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=79ad5be1d7ef80332ec9b06da733b862dc35e46f;p=m6w6%2Flibmemcached Updating information on distribution --- diff --git a/ChangeLog b/ChangeLog index 80ca4dc1..a5da4490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ + * Added Ketama distribution * Fix assert.h compile problem on CentOS 0.19 Wed Apr 9 09:30:53 PDT 2008 diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index 1d860c61..2dd6ae2d 100755 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -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