Redis cluster Cluster connection

recently, I want to use Java spring to connect to the redis cluster, but I can"t find the official teaching documents of redis cluster on the Internet.
I"m still confused about configuring redis cluster for spring.


use JedisCluster to connect to the redis cluster

Menu