Make the MongoDB docs better! We value your opinion. Share your feedback for a chance to win $100.
Click here >
Docs Menu
Docs Home
/ /
Replication Methods

rs.secondaryOk()

rs.secondaryOk()

Allows read operations on secondary members for the MongoDB connection.

Also means that eventually consistent read operations are acceptable for the current application. See readPref() for additional fine-grained settings for the read preference.

rs.secondaryOk() calls Mongo.setSecondaryOk().

This example calls rs.secondaryOk():

rs.secondaryOk()

Tip

Back

rs.remove()

On this page