Extending tests.
[m6w6/libmemcached] / docs / libmemcached.pod
index 1700cf5b386b9350fcd47b7ff9dc7b35d556038d..a4fbb876ea0a837d0392d3419e3317667bf687ac 100755 (executable)
@@ -38,6 +38,11 @@ This value can be translated to a printable string with memcached_strerr(3).
 Partitioning based on keys is supported in the library. Using the key partioning 
 functions it is possible to group sets of object onto servers.
 
+Replication can be done across multiple nodes. libmemcached(3) will spread
+data out when consistent hashing has been enabled and replication has been
+specified to send data to more then one node. This feature is considered
+very experimental at this stage.
+
 C<memcached_st> structures are thread-safe, but each thread must
 contain its own structure (that is, if you want to share these among
 threads you must provide your own locking). No global variables are