anandtrex/redis-browser

Connect to Redis Server with Password

Budaoshi opened this issue · 2 comments

Our redis server is authorized with user's password. How do we impls this?

@Budaoshi You can use a redis url of the format redis://user:password@host:port or redis://:password@host:port for using only a password.

@Budaoshi You can use a redis url of the format redis://user:password@host:port or redis://:password@host:port for using only a password.

Thanks @anandtrex. redis://:password@host:port do work!!!