Mark de Valk
Mark de Valk

Reputation: 73

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

How to use the GAE Memcache in node.js on flexible environment. I don't see the memcache api back in the node.js client lib. (https://googlecloudplatform.github.io/google-cloud-node/#/).

There are some examples from using a Redis Labs Memcache instance but nothing on the GAE onboard instance of memcache.

Upvotes: 7

Views: 970

Answers (1)

Eien
Eien

Reputation: 1167

GAE Memcache service is not available in the App Engine flexible environment. To cache application data, use MemoryStore for Redis.

Upvotes: 8

Related Questions