connect icon indicating copy to clipboard operation
connect copied to clipboard

couchbase: add CAS support

Open sapk opened this issue 1 year ago • 1 comments

Set and use Couchbase CAS in metadata couchbase_cas to prevent write conflict. If an entry is modified by an other process between read and write it will return an error if CAS is mismatched.

This change should be transparent and prevent data loss by default. This check can be disabled by clearing the CAS value if needed.

sapk avatar Jul 18 '24 10:07 sapk