File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,7 @@ reads reflect the dependent relationship.
59
59
60
60
.. note::
61
61
62
- A client session guarantees causal consistency even if it is not used within a
63
- transaction.
62
+ A client session enables causal consistency even if it does not perform a transaction.
64
63
65
64
The following table describes the guarantees that causally
66
65
consistent sessions provide:
@@ -95,7 +94,7 @@ consistent sessions provide:
95
94
``delete_one()`` to delete the retrieved document, the driver runs the find
96
95
operation first.
97
96
98
- In a causally consistent session, MongoDB only guarantees causal consistency between the
97
+ In a causally consistent session, MongoDB guarantees causal consistency between only the
99
98
following operations:
100
99
101
100
- Read operations that have a ``majority`` read concern
You can’t perform that action at this time.
0 commit comments