fetlife / redis-analyzer

Redis Memory Analyzer written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible issue to connect with TLS support

deniscsz opened this issue · comments

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?

I know that it's 2 years late, but proxy via stunnel might work I think.
Docs from aws elasticache, but should be universal.