如何在 App Engine Nodejs Standard 上访问内存缓存

How to access memcache on App Engine Nodejs Standard

nodejs标准环境如何访问memcache?

文档显然没有提及 App Engine 内存缓存可用于 Node.JS 标准环境,至少目前没有:

但可能还有其他选择。来自 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