tc / RMongo

R client to interface with MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force reads to a secondary

alanConq opened this issue · comments

I have a MongoDB replica set with one master and two slaves. I am looking for a way that forces reads to a secondary with the options « secondary » or « secondaryPreferred ». Is it possible with this package ?