udp support in fire and forget mode for all ops but get/gets, stat and version
[awesomized/libmemcached] / docs / memcached_behavior.pod
index 2dc214ae910c1340bf2bab23f8290571214c94b3..2ff1fb970966d5c229bfc012f057637ef491038c 100755 (executable)
@@ -159,6 +159,11 @@ at least 10 IO requests sent without reading the input buffer). Setting
 this value to high, may cause libmemcached to deadlock (trying to send 
 data, but the send will block because the input buffer in the kernel is full).
 
+=item MEMCACHED_BEHAVIOR_NOREPLY
+
+Set this value to specify that you really don't care about the result
+from your storage commands (set, add, replace, append, prepend). 
+
 =back
 
 =head1 RETURN