I would like to know if redis-om-spring have support to cluster mode? or just sentinels and standalone?
I just tested an application with cluster mode, and it fail to connect.
The reason is in the class RedisModulesClient inside the method getUnifiedJedis(), does not seem to have support and it tries to connect using the default host/port...
Hi!
I would like to know if redis-om-spring have support to cluster mode? or just sentinels and standalone? I just tested an application with cluster mode, and it fail to connect. The reason is in the class RedisModulesClient inside the method getUnifiedJedis(), does not seem to have support and it tries to connect using the default host/port...