I have try to set the auth parameter , and it works.
But I don't want anyone use my redis-cluster through redis-cluster-proxy without password.
Will it support the requirepass parameter in porxy.conf to let me set up a password for redis-cluster-proxy ?
ubuntu@km2:~$ redis-cli -h km1 -p 7777
km1:7777> set aa bb
OK
km1:7777> keys aa
1) "aa"
km1:7777> get aa
"bb"
I have try to set the auth parameter , and it works. But I don't want anyone use my redis-cluster through redis-cluster-proxy without password. Will it support the requirepass parameter in porxy.conf to let me set up a password for redis-cluster-proxy ?