spring-data-couchbase
spring-data-couchbase copied to clipboard
CouchbaseTemplate.doRemove() is not using cas. [DATACOUCH-244]
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)
Young-Gu Chae commented
I committed code to https://github.com/chaeyk/spring-data-couchbase/commit/6ace51486888505a1a15f24d95d21208b83968fa
The cas is used if provided.