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 d982c05 commit 9476199Copy full SHA for 9476199
source/crud/transactions.txt
@@ -49,6 +49,35 @@ instantiating a new client each time.
49
``IClientSession`` with a different ``MongoClient`` results in operation
50
errors.
51
52
+Causal Consistency
53
+~~~~~~~~~~~~~~~~~~
54
+
55
+.. sharedinclude:: dbx/causal-consistency.rst
56
57
+ .. replacement:: insert-one-method
58
59
+ ``InsertOne()``
60
61
+ .. replacement:: update-one-method
62
63
+ ``UpdateOne()``
64
65
+ .. replacement:: find-one-method
66
67
+ ``Find()``
68
69
+ .. replacement:: delete-one-method
70
71
+ ``DeleteOne()``
72
73
+ .. replacement:: majority-rc
74
75
+ ``ReadConcern.Majority``
76
77
+ .. replacement:: majority-wc
78
79
+ ``WriteConcern.WMajority``
80
81
Methods
82
-------
83
0 commit comments