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 6dc5793 commit 4265714Copy full SHA for 4265714
source/crud/transactions.txt
@@ -47,6 +47,35 @@ creating a new client each time.
47
``ClientSession`` with a different ``MongoClient`` results in operation
48
errors.
49
50
+Causal Consistency
51
+~~~~~~~~~~~~~~~~~~
52
+
53
+.. sharedinclude:: dbx/causal-consistency.rst
54
55
+ .. replacement:: insert-one-method
56
57
+ ``insertOne()``
58
59
+ .. replacement:: update-one-method
60
61
+ ``updateOne()``
62
63
+ .. replacement:: find-one-method
64
65
+ ``find()``
66
67
+ .. replacement:: delete-one-method
68
69
+ ``deleteOne()``
70
71
+ .. replacement:: majority-rc
72
73
+ ``ReadConcern.MAJORITY``
74
75
+ .. replacement:: majority-wc
76
77
+ ``WriteConcern.MAJORITY``
78
79
Sample Data
80
~~~~~~~~~~~
81
0 commit comments