merge upstream
[m6w6/libmemcached] / docs / memcached_behavior.pod
old mode 100755 (executable)
new mode 100644 (file)
index f37f8a0..00d7628
@@ -1,6 +1,6 @@
 =head1 NAME
 
 =head1 NAME
 
-memcached_behavior_get memcached_behavior_set
+memcached_behavior_get, memcached_behavior_set - Manipulate behavior
 
 =head1 LIBRARY
 
 
 =head1 LIBRARY
 
@@ -194,6 +194,14 @@ sent to the server.
 Set this value to specify that you really don't care about the result
 from your storage commands (set, add, replace, append, prepend). 
 
 Set this value to specify that you really don't care about the result
 from your storage commands (set, add, replace, append, prepend). 
 
+=item MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS
+
+If you just want "a poor mans HA", you may specify the numbers of
+replicas libmemcached should store of each item (on different servers).
+This replication does not dedicate certain memcached servers to store the
+replicas in, but instead it will store the replicas together with all of the
+other objects (on the 'n' next servers specified in your server list).
+
 =back
 
 =head1 RETURN
 =back
 
 =head1 RETURN