【发布时间】:2019-04-10 09:59:02
【问题描述】:
Google 已发布其second generation runtimes for App Engine Standard 的一般可用版本,包括 Node.js 10、Go 1.11 和 PHP 7.2。
第一代运行时包含已在第二代运行时中删除的 Memcache 服务 recommending developers to use an external provider like Redis Lab Cloud,该服务在欧洲西部地区不可用。 Cloud Memorystore 不是even accessible from App Engine Standard。
在新的运行时中是否有其他替代方法可以替换 Memcache?我们的系统严重依赖该服务,虽然我们渴望从 PHP 5 迁移到 7,但缺乏可靠且快速的缓存系统正在阻止我们。
【问题讨论】:
标签: google-app-engine google-cloud-platform