You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying use redis-analyzer -u username:password@host:port but I'm receving the following error:
thread 'main' panicked at 'connecting (*****:*****@*****:*****): Password authentication failed', /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/redis-analyzer-0.3.0/src/config.rs:124:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I'm using Redis provided by Digital Ocean and they just allow connect to Redis over TLS connections. Redis Analyzer has support to TLS connections?
The text was updated successfully, but these errors were encountered:
I'm trying use
redis-analyzer -u username:password@host:port
but I'm receving the following error:I'm using Redis provided by Digital Ocean and they just allow connect to Redis over TLS connections. Redis Analyzer has support to TLS connections?
The text was updated successfully, but these errors were encountered: