Concurrency control in Memcached

0

Hi,

I am planning to us Memcached as an in-memory datastore. I am wondering if ElastiCache does any concurrency control when multiple threads are writing and reading the same data. Or do I have to take care concurrency myself?

Thanks,
Lu

asked 5 years ago378 views
1 Answer
0

I figured it out myself. The answer is to use the cas command of memcached.

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions