Unrecognized option or bad number of args for: '--cluster'
Unrecognized option or bad number of args for: ‘—cluster’
解决方法:
在windows使用redis-cli —cluster create 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005 —cluster-replicas 1创建集群时报错:Unrecognized option or bad number of args for: ‘—cluster’
原因是redis版本问题:http://www.yayihouse.com/yayishuwu/chapter/2417
还没有评论,来说两句吧...