Skip to content

Releases: PoplarYang/redis-trib

Add password when creating cluster

13 Sep 10:21
Compare
Choose a tag to compare

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