Skip to content

Commit 6510515

Browse files
authored
DOCSP-47060: Causal consistency (#261)
* DOCSP-47060: Causal consistency * edits
1 parent 96655ab commit 6510515

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

source/crud/transaction.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,37 @@ When using the {+php-library+}, you can create a new session from a
4646
``Client`` that created it. Using a ``Session`` with a
4747
different ``Client`` results in operation errors.
4848

49+
.. _php-causal-consistency:
50+
51+
Causal Consistency
52+
~~~~~~~~~~~~~~~~~~
53+
54+
.. sharedinclude:: dbx/causal-consistency.rst
55+
56+
.. replacement:: insert-one-method
57+
58+
``MongoDB\Collection::insertOne()``
59+
60+
.. replacement:: update-one-method
61+
62+
``MongoDB\Collection::updateOne()``
63+
64+
.. replacement:: find-one-method
65+
66+
``MongoDB\Collection::findOne()``
67+
68+
.. replacement:: delete-one-method
69+
70+
``MongoDB\Collection::deleteOne()``
71+
72+
.. replacement:: majority-rc
73+
74+
``majority``
75+
76+
.. replacement:: majority-wc
77+
78+
``majority``
79+
4980
Transaction APIs
5081
----------------
5182

0 commit comments

Comments
 (0)