【发布时间】:2019-12-06 22:21:32
【问题描述】:
我正在使用 Google Cloud Application Flexible Engine 评估 Symfony 5.0.1。
我无法使用 App Engine 中提供的 Memcache 服务,因为我不知道应该使用哪个“memcached_host”。 Memcache in Application Engine
我尝试在 services.yaml 中使用“session_memcached_host:localhost”,但它不起作用
Symfony 的同一个项目在本地进行了测试,并且它与本地 Memcache 服务器(在我的本地设置中)配合得很好。
【问题讨论】:
-
您在 App Engine Flex 文档中提到了“App Engine 中提供的 Memcache 服务”。你能详细说明一下吗?您到底想使用哪一个?你关注的是特定的官方教程还是社区教程?
-
我指的是 App Engine 菜单项中提供的“Memcache”选项,请参考我的问题中的屏幕截图“Memcache in Application Engine”,请参考此链接cloud.google.com/appengine/docs/standard/php/memcache/using
标签: google-cloud-platform memcached app-engine-flexible symfony5