rs.slaveOk()

  • rs.slaveOk()
  • Provides a shorthand for the following operation:
  1. db.getMongo().setSlaveOk()

This allows the current connection to allow read operations to runon secondary members. See the readPref() method for more fine-grained control overread preference in themongo shell.