如何在 App Engine Nodejs Standard 上访问内存缓存
How to access memcache on App Engine Nodejs Standard
nodejs标准环境如何访问memcache?
文档显然没有提及 App Engine 内存缓存可用于 Node.JS 标准环境,至少目前没有:
- Memcache Overview 页中没有
Node.JS
语言选项卡
- Google App Engine Node.js Standard Environment Documentation[=35]左侧导航栏中的
How-to Guides
下没有 Caching Application Data
部分(其他语言的 memcache 相关文档存在于该部分下) =]
但可能还有其他选择。来自 APIs & Reference:
这导致 Node.js Packages,在那里我可以看到:
这导致 Cloud Redis: Node.js Client。
这符合 Memcache section of the Migrating Services from the Standard Environment to the Flexible Environment 指南的建议,灵活的环境也有同样的问题(除非明确记录):
The Memcache service is currently not available for the App Engine
flexible environment
nodejs标准环境如何访问memcache?
文档显然没有提及 App Engine 内存缓存可用于 Node.JS 标准环境,至少目前没有:
- Memcache Overview 页中没有
Node.JS
语言选项卡 - Google App Engine Node.js Standard Environment Documentation[=35]左侧导航栏中的
How-to Guides
下没有Caching Application Data
部分(其他语言的 memcache 相关文档存在于该部分下) =]
但可能还有其他选择。来自 APIs & Reference:
这导致 Node.js Packages,在那里我可以看到:
这导致 Cloud Redis: Node.js Client。
这符合 Memcache section of the Migrating Services from the Standard Environment to the Flexible Environment 指南的建议,灵活的环境也有同样的问题(除非明确记录):
The Memcache service is currently not available for the App Engine flexible environment