It would be useful to be able to support the new readConcern in the shell helper:
db.foo.runCommand('find', {"readConcern": {"level": "majority"}})
- is related to
-
SERVER-18022 Support "read committed" isolation level where "committed" means confirmed by the voting majority of a replica set
- Closed