Skip to content

Releases: leonchen83/redis-rdb-cli

v0.9.5

11 Dec 04:00
Compare
Choose a tag to compare

0.9.5

Fix full sync offset bug. this bug could cause losing data in reconnection
Support for java 21.
Docker support Apple silicon.

v0.9.4

16 Aug 07:01
Compare
Choose a tag to compare

v0.9.4

Add command option --ignore-ttl.
Add support for redis 7.2.

v0.9.3

02 Feb 13:26
Compare
Choose a tag to compare

0.9.3

Add command description.
Add support for SCAN mode.

v0.9.2

06 Jan 04:22
Compare
Choose a tag to compare

0.9.2

Fix Lzf compress bug.
Upgrade dependencies.

v0.9.1

01 May 08:10
Compare
Choose a tag to compare
v0.9.1

v0.9.0

09 Apr 06:35
Compare
Choose a tag to compare

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

v0.8.2

03 Mar 06:04
Compare
Choose a tag to compare

0.8.2

Support for redis 7.0-RC2.
Fix windows cmd running failed bug.
Fix redis cluster acl bug. see issue 28.

v0.8.1

17 Feb 04:58
Compare
Choose a tag to compare
v0.8.1

v0.8.0

01 Feb 12:51
Compare
Choose a tag to compare
v0.8.0 redis 7 support

v0.7.4

19 Jan 04:11
Compare
Choose a tag to compare
v0.7.4