X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Flibmemcached.pod;h=a4fbb876ea0a837d0392d3419e3317667bf687ac;hb=cb6733efbbd39a7cb80eff53c09a05775f4570dc;hp=1700cf5b386b9350fcd47b7ff9dc7b35d556038d;hpb=336c207e439cff2f6c4ae904c798c7f3f33b3e52;p=m6w6%2Flibmemcached diff --git a/docs/libmemcached.pod b/docs/libmemcached.pod index 1700cf5b..a4fbb876 100755 --- a/docs/libmemcached.pod +++ b/docs/libmemcached.pod @@ -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 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