--
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 google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/212ed959-6549-4abc-87f1-ebcf3c2a3ea4%40googlegroups.com.
May I suggest using a custom runtime? You should be able to install and configure Redis using the Dockerfile system. https://cloud.google.com/appengine/docs/flexible/custom-runtimes/
On Fri, Jul 26, 2019 at 12:05 PM 'Biswajit Mukhopadhyay' via Google App Engine <google-a...@googlegroups.com> wrote:
I want a read replica (Redis Slave) to be installed in all App Engine Flex instance. Reading from local will increase the performance of the app than reading from Memory Store Redis (Reading operation of our app is much higher than writing operation). Memory Store Redis will be used as a Master and write operation will happen on that Master.--
On Friday, July 26, 2019 at 8:39:01 PM UTC+5:30, Julie (cloud platform support) wrote:You can connect Memorystore for redis with App Engine Flex using this example and if you would like high availability for Memorystore it is available for Redis instances with the Standard Tier configuration. To clarify, do you want the Redis replica to be connected to it's App Engine Flex instance or Memorystore for Redis as if you are interested in the latter, high availability cannot be used as a read replica.
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 google-a...@googlegroups.com.