redis-trib.rb reshard 出现错误redis-trib.rb:1573: warning: key "threshold" is duplicated and o

Posted ab0903lmy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis-trib.rb reshard 出现错误redis-trib.rb:1573: warning: key "threshold" is duplicated and o相关的知识,希望对你有一定的参考价值。

[root@localhost src]# ruby redis-trib.rb reshard 127.0.0.1 7000 --from 7ad192ef15a2eb136b8ae677e75a88799877c04e --to a3149dc5196622de43e3be6501368267b334eb18 --slots 1
redis-trib.rb:1573: warning: key "threshold" is duplicated and overwritten on line 1573
[ERR] Wrong number of arguments for specified sub command

出现上述错误,看代码后得知,是因为 reshard命令的参数个数只能是两个

ruby redis-trib.rb reshard 127.0.0.1:7000

后续根据提示进行填充即可

以上是关于redis-trib.rb reshard 出现错误redis-trib.rb:1573: warning: key "threshold" is duplicated and o的主要内容,如果未能解决你的问题,请参考以下文章

Redis-trib.rb解析

Redis 3.2.1集群 —— Redis-trib.rb工具详解(含原理)

redis cluster集群管理工具redis-trib.rb功能小结

用redis-trib.rb搭建redis集群

执行redis-trib.rb时遇到的问题

用redis-trib.rb搭建redis集群