Full CAS support now enabled in the library.
[m6w6/libmemcached] / docs / memcached_behavior.pod
index 4d7d114037fc7e6e57758b96eef80a89774f9eec..20141907ba8f281cf34ab2567cf53b81986c8dd9 100755 (executable)
@@ -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