-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
https://docs.mongodb.com/manual/reference/read-concern/ lists the following read concerns: local, available, majority, linearizable, snapshot.
Our documentation (https://docs.mongodb.com/ruby-driver/current/tutorials/ruby-driver-create-client/) only allows local, majority and snapshot.
The available and linearizable read concerns need to be implemented if necessary and documented.
- related to
-
RUBY-1672 Document passing read concern to find operations in tutorial
- Closed