如何在 node.js 灵活的环境中使用 GAE Memcache

How to use the GAE Memcache in node.js on flexible environment

如何在 node.js 灵活的环境中使用 GAE Memcache。我没有在 node.js 客户端库中看到内存缓存 api。 (https://googlecloudplatform.github.io/google-cloud-node/#/).

有一些使用 Redis Labs Memcache 实例的示例,但在 Memcache 的 GAE 板载实例上没有任何示例。

GAE 内存缓存服务 is not available in the App Engine flexible environment. To cache application data, use MemoryStore for Redis