Does spring-data-redis support redis clusters?
Any example will be helpful for me.
Spring Data Redis delegates the Redis connection to a driver library, and Jedis does support clustering. (JRedis is also supported by SDR, but the project appears to have been discontinued as of 2011.)
Sentinels are supported, but only with Jedis.