Is the redis service in ray cluster a distributed or standalone?

Hey, folks,

We are adapting an application to Ray and so far everything is good. This application uses a distributed kv store. Since Ray already provides a redis service, we are wondering if this redis service is already a distributed one? if not, does it make sense if we extend and configure it into a distributed setting? (Redis Cluster Specification – Redis)

It’s not a distributed one. Basically, it’s just a kv store start in the head node.

1 Like