File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,18 @@ consistent sessions provide:
45
45
- If a write operation must precede other write operations, the server
46
46
runs this write operation first.
47
47
48
+ For example, if you call |insert-one-method | to insert a document, then call
49
+ |update-one-method | to modify the inserted document, the server runs the
50
+ insert operation first.
51
+
48
52
* - Writes follow reads
49
53
- If a write operation must follow other read operations, the server runs
50
54
the read operations first.
51
55
56
+ For example, if you call |find-one-method | to retrieve a document, then call
57
+ |delete-one-method | to delete the retrieved document, the server runs the find
58
+ operation first.
59
+
52
60
.. tip ::
53
61
54
62
To learn more about the concepts mentioned in this section, see the
You can’t perform that action at this time.
0 commit comments