Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deletion of a key with CAS value (DelCas) #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamliesko
Copy link

In order, to be able to use Delete with CAS in go-couchbase client, we had to add CAS based deletion to the gomemcached client. PR to the go-couchbase is incoming, once this gets merged.

The behaviour for the deletion in memcached binary protocol seems to be undefined, but in couchbase it's a valid parameter implemented in some of it's clients. As this is a forked version of gomemcached, living under couchbase, I assumed it's safe.

https://groups.google.com/forum/#!searchin/memcached/cas$20delete%7Csort:relevance/memcached/eWs-mbyQuew/2nmYCd2-V3kJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant