On Wed, Oct 17, 2012 at 12:25 AM, Raymond Wang <rmn...@gmail.com> wrote:
> I am newbie to Memcached, and I have  a questions about cluster deployment:
>
> does memcached support data synchronization betwean cluster nodes? if it
> does, how can I determine the scope of synchronization?

No, the keys are distributed over the cluster nodes and if data is not
found in the cache it is up to the client to pull a new copy from the
persistent data store and refresh it in the cache.

-- 
   Les Mikesell
    lesmikes...@gmail.com

Reply via email to