Skip to content

Commit eb827e8

Browse files
DOCSP-51415 Add causal consistency section (#161)
1 parent d82811a commit eb827e8

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

source/crud/transactions.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,35 @@ within the session.
4545
created it. Using a session with a different ``Mongo::Client`` results in
4646
operation errors.
4747

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+
``:majority``
76+
4877
Methods
4978
-------
5079

0 commit comments

Comments
 (0)