X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.pod;h=20141907ba8f281cf34ab2567cf53b81986c8dd9;hb=371f1dca550e93a0a9bdc960bac3db3d4112ffb4;hp=4d7d114037fc7e6e57758b96eef80a89774f9eec;hpb=8d0cd77fc7bafd1f353bc7c50910b751766f931a;p=m6w6%2Flibmemcached diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index 4d7d1140..20141907 100755 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -55,6 +55,10 @@ Makes the default hashing algorithm for keys use MD5. The value can be set to ei Memcached can cache named lookups so that DNS lookups are made only once. +=item MEMCACHED_BEHAVIOR_SUPPORT_CAS + +Support CAS operations (this is not enabled by default at this point in the server since it imposes a slight performance penalty). + =back =head1 RETURN