MongoDB.local SF, Jan 15: See the speaker lineup & ship your AI vision faster. Use WEB50 to save 50%
Find out more >
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