sreeix / redis-proxy

A Proxy for redis servers, for failover and standby handling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication over redis-proxy

cec08e opened this issue · comments

Is it possible to authenticate using the redis auth command over redis-proxy? In my attempts, I find that redis-proxy will hang and then lose the connection. When I remove the requirepass directive from the redis config file, everything works as expected.