redis-analyzer
redis-analyzer copied to clipboard
Redis Memory Analyzer written in Rust
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...
running the the command: ```bash redis-analyzer -u 192.168.244.141:6379/0 -d 1 ``` occur error: ```log thread 'main' panicked at 'memory usage command: An error was signalled by the server: unknown command...
I have a lot of namespaces in a redis sb, an option to filter by pattern would be useful ``` redis-analyzer --progress -u 10.40.47.200:6379/1 --match users:* ```
Hi, Thank you for this wonderful tool. I was using mentioned in readme redis analysers in ruby and python and this one is way better and much more useful when...