arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 127 forks source link

memcache protocol returns EXISTS the when item you are trying to store wi #64

Closed manjuraj closed 13 years ago

manjuraj commented 13 years ago

Memcache protocol returns EXISTS, when item you are trying to store with a cas has been modified since you last fetched it. The Rails shim over Memcached is supposed to not raise anything for legacy reasons. In order to achieve this, we must rescue ConnectionDataExists!

evan commented 13 years ago

I have some questions, but in general it's ok.

evan commented 13 years ago

Need a CHANGELOG update too.