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

Tuneable consistency #16

Closed
13 tasks done
zegl opened this issue Oct 30, 2016 · 0 comments
Closed
13 tasks done

Tuneable consistency #16

zegl opened this issue Oct 30, 2016 · 0 comments
Assignees
Milestone

Comments

@zegl
Copy link
Owner

zegl commented Oct 30, 2016

Allow use for setting the consistency options executing Riak commands.

Client methods

  • WithPW (Primary Writes)
  • WithDW (Durable Writes)
  • WithW (Writes)
  • WithRW (Durable Deletes)
  • WithPR (Primary Reads)
  • WithR (Reads)

Use in query builder

  • Set()
  • SetRaw()
  • SetJSON()
  • Get()
  • GetRaw()
  • GetJSON()
  • Delete()
@zegl zegl added this to the v2.1 milestone Nov 6, 2016
zegl added a commit that referenced this issue Nov 6, 2016
…consistancy is currently only used in Set()
@zegl zegl self-assigned this Nov 6, 2016
zegl added a commit that referenced this issue Nov 6, 2016
zegl added a commit that referenced this issue Nov 6, 2016
@zegl zegl closed this as completed Nov 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant