uohzoaix / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

CASMutator should cater for null initial value #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if CASMutator handled the situation where you want to only
update the cache iff it is already present.  If the initial value is null
it should not attempt to do an add.

Original issue reported on code.google.com by ferdy.n...@gmail.com on 2 Jun 2009 at 5:59

GoogleCodeExporter commented 9 years ago
Good idea.  I should at least have a test for it.

Original comment by dsalli...@gmail.com on 2 Jun 2009 at 9:15

GoogleCodeExporter commented 9 years ago
Implemented in b634d0ae546a299bb570d8877434261ba32f76a7

Original comment by dsalli...@gmail.com on 21 Jun 2009 at 1:43