Closed hungrybirder closed 6 years ago
No, we're not going to support it. Using password in redis makes it quite hard to maintain the cluster and we're not sure whether the plain text password stored in every machine can really protect the cluster.
Okay. Anyway, thanks for your reply.
Hello,
With v0.2.7 tag and redis-cluster which is configured with requirepass. Found that the corvus doesn't send AUTH command to the backend redis cluster instance. So I got "(error) NOAUTH Authentication required."
Twemproxy has redis_auth configuration which implements "Authenticate to the Redis server on connect."
Thanks!