Skip to content

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 6 years ago602 views
1 Answer
0

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

answered 6 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.