在springboot中配置redis报错如下:
spring.redis.cluster.nodes=10.100.50.23:6380,10.100.50.23:6381,10.100.50.23:6382,10.100.50.23:6383,10.100.50.23:6384,10.1Pipeline is currently not supported for JedisClusterConnection.
解决方法:
把application.properties配置文件中的配置去掉:
spring.redis.cluster.nodes=10.100.50.23:6380,10.100.50.23:6381,10.100.50.23:6382,10.100.50.23:6383,10.100.50.23:6384,10.100.50.23:6385
springboot配置redis的方法请参考:http://www.yayihouse.com/yayishuwu/chapter/1299