-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-46686: Causal consistency #188
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
DOCSP-46686: Causal consistency #188
Conversation
✅ Deploy Preview for docs-pymongo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
source/write/transactions.txt
Outdated
- Read operations that have a ``MAJORITY`` read concern | ||
- Write operations that have a ``MAJORITY`` write concern |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: since it looks like you set these to lowercase strings in PyMongo
- Read operations that have a ``MAJORITY`` read concern | |
- Write operations that have a ``MAJORITY`` write concern | |
- Read operations that have a ``"majority"`` read concern | |
- Write operations that have a ``"majority"`` write concern |
(cherry picked from commit d922bd6)
(cherry picked from commit d922bd6)
(cherry picked from commit d922bd6)
(cherry picked from commit d922bd6)
(cherry picked from commit d922bd6)
Poached from Nora's PR with a couple of method name tweaks.
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46686
Staging Links
Self-Review Checklist