在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.
解决方法:
在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.
解决方法: