Navigation
This version of the documentation is archived and no longer supported.

rs.secondaryOk()

On this page

Definition

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().

Example

This example calls rs.secondaryOk():

rs.secondaryOk()
←   rs.remove() rs.status()  →