running the the command:
redis-analyzer -u 192.168.244.141:6379/0 -d 1
occur error:
thread 'main' panicked at 'memory usage command: An error was signalled by the server: unknown command 'MEMORY'', src/libcore/result.rs:999:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
then I set RUST_BACKTRACE=1
execute command cargo run
get the following message:
error: could not find `Cargo.toml` in 'xxx/.cargo` or any parent directory
running the the command:
occur error:
then I set RUST_BACKTRACE=1
execute command cargo run
get the following message: