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

How to create redis cluster if cluster has password?

Open PoplarYang opened this issue 4 years ago • 0 comments

It works well when this is no password.

./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?

PoplarYang avatar Sep 11 '20 09:09 PoplarYang