ReactiveMongo是否有一種方法來強制查詢發生在從站上? 目前我正在使用slaveOk,但它不能保證查詢在從站上運行。 collection.find(query).options(QueryOpts().slaveOk) 爲slaveOk的文檔: /** Toggles SlaveOk: The query is might be run on a secondary. */
我的情況下類這樣 case class Wish(_id: Option[String], title : String, text :String, cash: Int, created_at: Option[DateTime], updated_at : Option[DateTime])
此外,我已經定義了一個隱式[T]驗證錯誤讀取驗證如下 implicit val wishFormat