Mongo.ReadPreference.slave_ok

You're seeing just the function slave_ok, go back to Mongo.ReadPreference module for more information.

From the specs:

Use of slaveOk

There are two usages of slaveOK:

  • A driver query parameter that predated read preference modes and tag set lists.
  • A wire protocol flag on OP_QUERY operations