redis-trib icon indicating copy to clipboard operation
redis-trib copied to clipboard

Redis cluster tool script of redis-trib in golang.

Results 2 redis-trib issues
Sort by recently updated
recently updated
newest added

It works well when this is no password. ```bash ./redis-trib create --replicas 1 10.10.10.51:6901 10.10.10.51:7901 10.10.10.52:6901 10.10.10.52:7901 10.10.10.53:6901 10.10.10.53:7901 ``` How to create redis cluster if cluster has password?

put add slot cmd out of the loop, so that will be faster