X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.pod;h=f59150f1751f5ef7265614a65eafc9a6a44f6a3e;hb=f6b4c8b2322df7ef8b0e430c3a951e41242fe14a;hp=da851000bfabd001df7b0214df2b79f7f8f776cf;hpb=b4de8d3fd063b9017797dd9809ab3acb8a537606;p=m6w6%2Flibmemcached diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index da851000..f59150f1 100644 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -83,7 +83,7 @@ environments). Makes the default hashing algorithm for keys use MD5. The value can be set to either MEMCACHED_HASH_DEFAULT, MEMCACHED_HASH_MD5, MEMCACHED_HASH_CRC, MEMCACHED_HASH_FNV1_64, MEMCACHED_HASH_FNV1A_64, MEMCACHED_HASH_FNV1_32, MEMCACHED_HASH_FNV1A_32, MEMCACHED_HASH_JENKINS, MEMCACHED_HASH_HSIEH, and MEMCACHED_HASH_MURMUR. -Each hash has it's advantages and it's weaknesses. If you dont know or dont care, just go with the default. +Each hash has it's advantages and it's weaknesses. If you don't know or don't care, just go with the default. Support for MEMCACHED_HASH_HSIEH is a compile time option that is disabled by default. To enable support for this hashing algorithm, configure and build libmemcached with the --enable-hash_hsieh. =item MEMCACHED_BEHAVIOR_DISTRIBUTION @@ -234,7 +234,7 @@ to data value, to taking a uin64_t. =head1 HOME To find out more information please check: -L +L =head1 AUTHOR