redis-migrate-tool icon indicating copy to clipboard operation
redis-migrate-tool copied to clipboard

Protocol not available

Open hawk2036 opened this issue 7 years ago • 3 comments

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

hawk2036 avatar Nov 29 '17 06:11 hawk2036

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

deep011 avatar Nov 29 '17 10:11 deep011

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

hawk2036 avatar Nov 29 '17 10:11 hawk2036

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

yeren108 avatar Dec 18 '19 09:12 yeren108