Synchronizing Memcached application

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.