Closed tinchodias closed 4 years ago
There is MongoWriteConcern but it's missing for reads.
MongoWriteConcern
Doc: https://docs.mongodb.com/v4.0/reference/read-concern/
It is "supported" by MongoDatabase>>#commandFind:limit:collection:readConcern: but the (last) argument only can be nil.
MongoDatabase>>#commandFind:limit:collection:readConcern:
There is
MongoWriteConcern
but it's missing for reads.Doc: https://docs.mongodb.com/v4.0/reference/read-concern/
It is "supported" by
MongoDatabase>>#commandFind:limit:collection:readConcern:
but the (last) argument only can be nil.