I have 3 redis master nodes and two slave nodes for each master. How do I write configuration for those masters and slaves in springboot?
Asked
Active
Viewed 123 times
0
-
Did you read the [Redis Cluster](https://docs.spring.io/spring-data/data-redis/docs/current/reference/html/#cluster) section of the official documentation? – Attila T Oct 16 '22 at 15:51