spring-data-couchbase icon indicating copy to clipboard operation
spring-data-couchbase copied to clipboard

CouchbaseTemplate.doRemove() is not using cas. [DATACOUCH-244]

Open spring-projects-issues opened this issue 9 years ago • 1 comments

Young-Gu Chae opened DATACOUCH-244 and commented

I think we should use cas if model of CouchbaseTemplate.remove() parameter has version property


Affects: 2.1.1 (Hopper SR1), 2.2 M1 (Ingalls)

spring-projects-issues avatar Aug 27 '16 01:08 spring-projects-issues

Young-Gu Chae commented

I committed code to https://github.com/chaeyk/spring-data-couchbase/commit/6ace51486888505a1a15f24d95d21208b83968fa

spring-projects-issues avatar Aug 27 '16 01:08 spring-projects-issues

The cas is used if provided.

mikereiche avatar May 09 '23 23:05 mikereiche