v0.9.0
0.9.0
Fix redis sentinel auth and ssl bug.
Support export jsonl for rct -f mem and rct -f count.
To export jsonl file need to edit /path/to/redis-rdb-cli/conf/redis-rdb-cli.conf and change export_file_format from csv to jsonl.
Optimize grafana dashboard and add top N key metric to grafana.
To show top N key need to add --largest option in rct command.
Support for enable_progress_bar config. the value is true by default.
Add new command rmonitor to monitor redis server.
# standalone or master-slave redis
$ rmonitor -s redis://127.0.0.1:6379 -n standalone
# cluster
$ rmonitor -s redis://127.0.0.1:30001 -n cluster
# sentinel
$ rmonitor -s redis-sentinel://sntnl-usr:sntnl-pwd@127.0.0.1:26379?master=mymaster&authUser=usr&authPassword=pwd -n sentinel