We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82811a commit eb827e8Copy full SHA for eb827e8
source/crud/transactions.txt
@@ -45,6 +45,35 @@ within the session.
45
created it. Using a session with a different ``Mongo::Client`` results in
46
operation errors.
47
48
+Causal Consistency
49
+~~~~~~~~~~~~~~~~~~
50
+
51
+.. sharedinclude:: dbx/causal-consistency.rst
52
53
+ .. replacement:: insert-one-method
54
55
+ ``insert_one()``
56
57
+ .. replacement:: update-one-method
58
59
+ ``update_one()``
60
61
+ .. replacement:: find-one-method
62
63
+ ``find()``
64
65
+ .. replacement:: delete-one-method
66
67
+ ``delete_one()``
68
69
+ .. replacement:: majority-rc
70
71
+ ``:majority``
72
73
+ .. replacement:: majority-wc
74
75
76
77
Methods
78
-------
79
0 commit comments