解決spring-data-redis操作redis集群報“Jedis does not support password protected Redis Cluster configurations”的異常
原因:使用spring-data-redis操作redis集群時由於redis集群設置了密碼。
解決方案:升級spring-data-redis版本即可解決,最后相關jar包版本是:
jedis-2.9.0.jar
spring-data-redis-1.8.0.M1.jar
spring-session-1.2.2.RELEASE.jar
spring-data-commons-1.12.5.RELEASE.jar
commons-pool2-2.4.2.jar