How to maintain cache update on different memcached servers?
Daniel Beckham
dbeckham-memcached at dealnews.com
Tue Oct 31 15:00:30 UTC 2006
Hi,
I don't think you will find much information in this area as it tends to
fall outside of the normal usage of memcached. Although, it has been
discussed before in this list and some people are working towards a
solution for this.
These links and others in this thread might be of use to you.
http://lists.danga.com/pipermail/memcached/2006-October/002856.html
http://lists.danga.com/pipermail/memcached/2006-October/002891.html
May I ask, why are you wanting to synchronize a group of memcached servers?
-Daniel
howard chen wrote:
> On 10/31/06, Daniel Beckham <dbeckham-memcached at dealnews.com> wrote:
>> There is no built-in replication in memcached. I think you have an
>> incorrect notion of what memcached is meant to be.
>>
>> -Daniel
>>
>> howard chen wrote:
>> > If I have 3 servers,
>> >
>> > 1 MySQL master + memcached
>> > 1 MySQL slave + memcached
>> > 1 MySQL slave + memcached
>> >
>> > suppose data is being updated on the master, the 2 slaves will get the
>> > update thru replication, but how the memcached on the slaves to get
>> > the updates also?
>>
>
> well, i am not talking about replication, i am referring the best
> practices in maintaining data synchronization across memcached
> servers.
>
> if we have more than one memcached servers, how to make them synchronized?
More information about the memcached
mailing list