【发布时间】:2016-09-05 08:44:14
【问题描述】:
在 Google App Engine 中,我尝试使用 Go 设置 Datastore 读取策略。
Python 使用 read_policy = db.EVENTUAL_CONSISTENCY 具有这种能力,但似乎没有 Go 等价物。您可以看到 Go 文档中缺少此部分。
https://developers.google.com/appengine/docs/python/datastore/queries#Python_Data_consistency https://developers.google.com/appengine/docs/go/datastore/queries#Go_Data_consistency
谁能帮忙?
【问题讨论】:
标签: google-app-engine go google-cloud-datastore