X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.pod;h=b1545534e70e9f07c6251b51ca007263185c009f;hb=ea724d6626f82e2f6a26222b08725fbe88cb1939;hp=e654778573369a336d19d71c02f2485e18edbdd3;hpb=c6f53a5dccd7ca93a369d2e4dffa846eacf265e2;p=m6w6%2Flibmemcached diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index e6547785..b1545534 100755 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -54,7 +54,7 @@ Makes the default hashing algorithm for keys use MD5. The value can be set to ei =item MEMCACHED_BEHAVIOR_DISTRIBUTION Using this you can enable different means of distributing values to servers. -The default method is MEMCACHED_DISTRIBUTION_MODULO. You can enable +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.