You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reference/read-concern-available.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
.. default-domain:: mongodb
2
2
3
-
.. .. class:: hidden
3
+
.. class:: hidden
4
+
5
+
.. readconcern:: "available"
4
6
5
7
============================
6
8
Read Concern ``"available"``
@@ -10,8 +12,6 @@ Read Concern ``"available"``
10
12
:description: Using read concern available returns data with no guarantee that the data has been written to a majority of the replica set members (i.e. may be rolled back). Read concern available can return orphan documents.
11
13
:keywords: read concern, available read concern, read isolation
12
14
13
-
.. readconcern:: "available"
14
-
15
15
.. versionadded:: 3.6
16
16
17
17
A query with read concern ``"available"`` returns data from the instance
0 commit comments