Adding new memcached_clone() function
[m6w6/libmemcached] / docs / memcached_behavior.pod
index d9e157f4ea1e4116dbceb6ecc0e86eb8d67927bd..55e82d8d2d7f7032283d73f45b1bd2cc1717e144 100755 (executable)
@@ -32,7 +32,8 @@ that behavior is currently enabled in the client.
 
 memcached_behavior_set() changes the value of a particular option of the
 client. It takes both a flag (listed below) and a value. For simple on or
-off options you just need to pass in a value of 1.
+off options you just need to pass in a value of 1. Calls to 
+memcached_behavior_set() will flush and reset all connections.
 
 =over 4