vipshop / redis-migrate-tool

A convenient and useful tool for migrating data between redis group.
Apache License 2.0
956 stars 320 forks source link

Protocol not available #34

Open hawk2036 opened 6 years ago

hawk2036 commented 6 years ago

rmt_redis.c:6980 ERROR: read from 10.xx.xx.xx:6382 for command 'CLUSTER NODES' failed: Protocol not available rmt_redis.c:6980 ERROR: read from 10.xx.xx.xx2:6380 for command 'CLUSTER NODES' failed: Protocol not available

[source] type: single servers : -10.xx.xx.11:6380

[target] type:redis cluster servers: -10.Xx:6386 -10.Xx2:6382 -10.XX3:6380 -10.XX4:6380 -10.xx5:6381

[common] listen: 0.0.0.0:8888 threads:1 step:1 mbuf_size:512 source_safe:true

deep011 commented 6 years ago

你的目标集群是一个redis cluster?

hawk2036 commented 6 years ago

是一个集群 cluster nodes 能正常返回信息

yeren108 commented 4 years ago

我也出现过这个错误,后来我加上了鉴权后就没有报这个错了