码上敲享录 > redis数据库常见问题 > 解决Pipeline is currently not supported for JedisClusterConnection.

解决Pipeline is currently not supported for JedisClusterConnection.

上一章章节目录下一章 2018-08-12已有7906人阅读 评论(0)

在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

http://www.yayihouse.com/yayishuwu/chapter/1410

本文链接:http://www.yayihouse.com/yayishuwu/chapter/1468

向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交