Does redis-trib.py support redis 4.0 cluster ?
Closed this issue · 5 comments
dingyiran commented
There is a error:
clusternode.py", line 13, in init
self.port = int(port)
ValueError: invalid literal for int() with base 10: '6379@16379'
dsoudakov commented
I just had the same problem. And judging from wiki examples' output it doesn't. Using official redis-trib.rb now.
zheplusplus commented
zheplusplus commented
This change was committed at Feb 2 2016 alone, so seems that this kind of port format has nothing to do with Redis 4.0
zheplusplus commented
Fine, it is a new feature in 4.0
zheplusplus commented
Fixed in redis-trib.py 0.5.1, released. Thank you all @dingyiran @dsoudakov