Why clustered Redis is not supported?

I was just reading Install on AWS // Baserow and I noticed the following:

  • A non-clustered Redis server (Elasticache with TLS on and cluster mode off)

Could someone elaborate why clustered redis is not supported? From the perspective of an application, redis should behave the same either clustered or not, as far as I know.

Just curious to know the rational behind this requirement.

Hi @farzad, this is because our async task system, Celery, does not support it. Any plan to support redis cluster · Issue #3479 · celery/celery · GitHub