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 support for DELETE with CAS #589

Merged
merged 8 commits into from
Jan 9, 2015
Merged

Add support for DELETE with CAS #589

merged 8 commits into from
Jan 9, 2015

Conversation

armon
Copy link
Member

@armon armon commented Jan 9, 2015

This PR adds support for the ?cas= flag when doing a DELETE on a key. It can be used for protected deletes and is useful as a synchronization primitive. Fixes #348.

@ryanuber
Copy link
Member

ryanuber commented Jan 9, 2015

This LGTM! 🚢

armon added a commit that referenced this pull request Jan 9, 2015
Add support for DELETE with CAS
@armon armon merged commit 8b320b8 into master Jan 9, 2015
@armon armon deleted the f-delete-cas branch January 9, 2015 02:05
duckhan pushed a commit to duckhan/consul that referenced this pull request Oct 24, 2021
Merge consul-helm into consul-k8s
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.

Return 404 if an item has been deleted already
2 participants