deep011 / redis-cluster-tool

A convenient and useful tool for redis cluster.
163 stars 46 forks source link

how to use password to config redis cluster by redis-cluster-tool? #10

Open atdevp opened 6 years ago

atdevp commented 6 years ago
  1. redis-cluster-tool -a 1.1.1.2:6379 -C "cluster_config_set requirepass '123456'"

  2. when execute another cmd, there is errors NOAUTH Authentication required.