简体   繁体   English

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

[英]How to access memcache on App Engine Nodejs Standard

如何从 nodejs 标准环境访问 memcache?

The documentation apparently makes no reference to the App Engine memcache being available to the Node.JS standard environment, at least not at this time:该文档显然没有提到可用于 Node.JS 标准环境的 App Engine 内存缓存,至少目前没有:

But there may be an alternative.但可能还有另一种选择。 From APIs & Reference :来自API 和参考

在此处输入图片说明

Which leads to Node.js Packages , where I can see:这导致Node.js Packages ,在那里我可以看到:

在此处输入图片说明

Which leads to Cloud Redis: Node.js Client .这导致了Cloud Redis: Node.js Client

This is inline with the suggestions from the Memcache section of the Migrating Services from the Standard Environment to the Flexible Environment guides, the flexible environment having the same problem (except clearly documented):这与从标准环境迁移服务到灵活环境指南的Memcache部分的建议一致,灵活环境具有相同的问题(除非明确记录):

The Memcache service is currently not available for the App Engine flexible environment Memcache 服务目前不适用于 App Engine 柔性环境

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用NodeJ运行App Engine标准环境 - Run App Engine standard environment with NodeJs Google App Engine 标准上的 Nodejs 版本 - Nodejs version on Google App Engine standard 如何为React应用配置Google App Engine nodejs8标准环境? - How to configure a Google App Engine nodejs8 Standard Environment for React app? 如何使用Node.js访问Google App Engine上的process.env - How to access process.env on Google App Engine with Nodejs 如何在 Google Cloud App Engine for Node.js 中使用 Memcache - How to use Memcache in Google Cloud App Engine for Node.js Nodejs App Engine 标准环境 Redis 错误读取 ECONNRESET - Nodejs App Engine Standard env Redis error read ECONNRESET 如何使用 NodeJs 实现 Google App 引擎冗余 - How to achieve Google App engine redundancy with NodeJs 无权访问Google Compute Engine上托管的NodeJS Express App - No Access to NodeJS Express App hosted on Google Compute Engine 从 GCP App Engine(nodejs,标准环境)到 Mongodb Atlas 的 VPC 对等问题 - VPC peering problems from GCP App Engine (nodejs, standard environment) to Mongodb Atlas 为什么nodejs实例无法在google app engine标准环境下启动成功? - Why couldn't nodejs instance start successfully in google app engine standard environment?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM