X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fmemcached_behavior.pod;h=00d762825d2da1f4757e2000b7843820843ba11a;hb=921abbe1906e77cc18cbe8859bc5afe9494d780e;hp=f37f8a0cce7ee817d095ffd25100dfc68f0426e1;hpb=24342b1919b6aaa26c33aae50974b449f95a737a;p=m6w6%2Flibmemcached diff --git a/docs/memcached_behavior.pod b/docs/memcached_behavior.pod index f37f8a0c..00d76282 100644 --- a/docs/memcached_behavior.pod +++ b/docs/memcached_behavior.pod @@ -1,6 +1,6 @@ =head1 NAME -memcached_behavior_get memcached_behavior_set +memcached_behavior_get, memcached_behavior_set - Manipulate behavior =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). +=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