Synchronizing Memcached application
Sunday, December 23, 2007 at 5:54AM
gupry in General Discussion, Memcached syncronization
I have an application with couple of web servers that uses MemcacheD. How can i synchronize concurrent put to the cache? The value of the entry is list.

Atomic append operation could have been helpful, but unfortunately memcahe doesn't support atomic append.
Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.