Hi all,
I have started using App Engine and am super happy with the docs and examples. Kudos!
However, I'm stumbling upon an issue with trying to use the memcache service. I don't even know if it should work for the flexible environment. I'm using the environment variables:
MEMCACHE_PORT_11211_TCP_ADDR
and:
MEMCACHE_PORT_11211_TCP_PORT
, and by logging I'm seeing that they are actually being set in production, so I assume I should have access.
Howeve once in production I'm seeing this error:
Error: Server at 172.17.0.3:11211 not available
So they are being set (my defaults are "localhost" and "11211"), it just seems I don't have access.
Should the flexible App Engine environment have access to the Memcached pool? Or do I have to spin up my own servers?
Thanks!
Alex