How I Can use Redis-Cluster in GCP for Open EdX?

Hi,

How can I use redis-cluster (in GCP) for Cache and Celery in Open EdX Palm? Django-redis doesn’t support redis-cluster. Please tell me what solutions I can look at?

TY

Hi @ekostyuk, welcome to the community!

Sorry for the late reply. Do you really need to use a Redis cluster? Even though Redis is critical for Open edX to work, it may work well with a stand-alone Redis. Unless your site is very very critical. Redis is used only for internal cache and for interna queues. I haven’t tested but I believe it is still possible to connect to a Redis cluster if you connect to the main instance directly.