Skip to content

Mas i1847 conditionalput (#86) #87

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

Merged
merged 1 commit into from
Feb 6, 2023
Merged

Conversation

martinsumner
Copy link

Add support for if_not_modified option, which should work as with riak-erlang-client (and use the X-Riak-If-Not-Modified) header in Riak 3.0.13.

Add support for using if_none_match, and if_match. However, if possible, if_not_modified should always in preference to if_match as if_match requires re-calculation of the etag, using knowledge that should be internal to Riak.

Add support for `if_not_modified` option, which should work as with riak-erlang-client (and use the X-Riak-If-Not-Modified) header in Riak 3.0.13.

Add support for using `if_none_match`, and `if_match`.  However, if possible, `if_not_modified` should always in preference to `if_match` as `if_match` requires re-calculation of the etag, using knowledge that should be internal to Riak.
@martinsumner martinsumner merged commit 59dbec9 into develop-3.2 Feb 6, 2023
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