The set-up guide referenced is assuming the GAE app is located in us-central1. As your app is in europe-west region, you correctly note that spinning up your memcached node in us-central1 would defeat the purpose. Instead, you should place the node close to your app's location, such as using europe-west1.
Ultimately, this should be documented better here. I'll make sure we update the docs to have clearer guidelines and not be "US-centric" in its assumptions. Thanks for letting us know! On Tue, Dec 19, 2017 at 9:22 AM 'George (Cloud Platform Support)' via Google App Engine <[email protected]> wrote: > You surely get lowest latency for us-central1 if your Redis instance is > situated in that zone. One of the first steps in setting up Redis for your > flexible environment is hosting a Redis instance on Google Compute > Engine.This instance can be located in the zone of your choice. You can > read more detail on the "Connect to Redis from Node.js on Google App Engine > Flexible Environment" page > <https://cloud.google.com/community/tutorials/nodejs-redis-on-appengine>, > "Start a Redis server" sub-chapter. > > REDIS clusters are only deployed on Compute Engine clusters. They can be > used by App Engine Flex as its Memcache, since Flex cannot use GAE > Standard's Google managed Memcache. You can set up your Compute Engine > Redis instance in a conveniently situated zone, which grants the lowest > latency, as judging by your planned usage pattern. For instructions on how > to set up your Redis instance you can check the "How to Set Up Redis on > Google Compute Engine" online document > <https://cloud.google.com/community/tutorials/setting-up-redis>. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/8b94d5af-ee20-420b-8555-3286201750e7%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/8b94d5af-ee20-420b-8555-3286201750e7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Moore | Cloud Solutions Engineer | [email protected] | -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOvpJmW8USU3csu4zgr-jBJG7z40DXkuaJAJgqFKiZgTuN3b6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
