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.
5959
6060.. note::
6161
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.
6463
6564The following table describes the guarantees that causally
6665consistent sessions provide:
@@ -95,7 +94,7 @@ consistent sessions provide:
9594 ``delete_one()`` to delete the retrieved document, the driver runs the find
9695 operation first.
9796
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
9998following operations:
10099
101100- Read operations that have a ``majority`` read concern
You can’t perform that action at this time.
0 commit comments