发布于 2015-09-14 14:53:49 | 142 次阅读 | 评论: 0 | 来源: 网络整理

mongo.setSlaveOk()

For the current session, this command permits read operations from non-master (i.e. slave or secondary) instances. Practically, use this method in the following form:

db.getMongo().setSlaveOk()

Indicates that “eventually consistent” read operations are acceptable for the current application. This function provides the same functionality as rs.slaveOk().

See the readPref() method for more fine-grained control over read preference in the mongo shell.

最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务