Details
-
New Feature
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
Description
Currently, C++ driver GridFS API does not support slaveOk.
Adding "slaveOk" boolean parameter with a "false" default value to GridFS::findFile and GridFS::list would be nice.
Then, it should be cached inside the resulting GridFile and used for subsequent file queries (GridFile::getChunk, GridFile::write).