Releases: PoplarYang/redis-trib
Releases · PoplarYang/redis-trib
Add password when creating cluster
add password when creating cluster, like this:
./redis-trib create --replicas 1 --password abc1234 10.10.10.51:6901 10.10.10.52:6901 10.10.10.53:6901 10.10.10.51:7901 10.10.10.52:7901 10.10.10.53:7901