forked from couchbase/gocb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-317 Don't pass CAS value to TouchEx
Motivation ---------- Touch should not send a non-zero CAS value to the server. As of server 5.x this is enforced by the server and will return an error. Changes ------- Don't pass CAS from touch to TouchEx and change signature of touch, leaving signatute of Touch and TouchDura as is. Fail fast in Touch and TouchDura if a non-0 CAS value is provided. Change-Id: I4f763ad276482346cf9955e47b9aa2e25b614b63 Reviewed-on: http://review.couchbase.org/95807 Reviewed-by: Brett Lawson <brett19@gmail.com> Tested-by: Charles Dixon <chvckd@gmail.com>
- Loading branch information
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters