Skip to content

Releases: tair-opensource/RedisFullCheck

release-v1.4.11-20260312

Choose a tag to compare

@suxb201 suxb201 released this 12 Mar 08:02
ffec237

Highlights

  • Fix cluster node role parsing when CLUSTER NODES flags include nofailover (e.g. master,nofailover, myself,master,nofailover).
  • Prevent incomplete shard discovery caused by incorrect role extraction.

Assets

  • redis-full-check-1.4.11-linux-amd64.tar.gz
  • redis-full-check-1.4.11-linux-amd64.tar.gz.sha256

release-v1.4.8-20200212

Choose a tag to compare

@vinllen vinllen released this 12 Feb 10:38

2020-02-13 Alibaba Cloud.

* VERSION: 1.4.8
* BUGFIX: fetch newest redis-go-cluster driver which solve MOVED problem
in redis-shake.
* IMRPOVE: polish error log.
* IMPROVE: validate the input address. if type is cluster, the input list
should be either all masters or all slaves, can't be mix.

release-v1.4.7-20191203

Choose a tag to compare

@vinllen vinllen released this 03 Dec 03:22

2019-12-03 Alibaba Cloud.

* VERSION: 1.4.7
* BUGFIX: merge PR of solving problem that key difference results are not
verified. Thanks @shuff1e(sfxu@foxmail.com). see#74.

release-v1.4.6-20191126

Choose a tag to compare

@vinllen vinllen released this 26 Nov 08:26

2019-11-26 Alibaba Cloud.

* VERSION: 1.4.6
* BUGFIX: update redis-go-cluster to solve \r\n bug. see #73.

release-v1.4.5-20191112

Choose a tag to compare

@vinllen vinllen released this 12 Nov 07:18

2019-11-12 Alibaba Cloud.

* VERSION: 1.4.5
* BUGFIX: update redis-go-cluster to solve the MOVED error when
redis type is cluster and key is unicode encoding. Thanks
@shuff1e(sfxu@foxmail.com). see#68.

release-v1.4.4-20190925

Choose a tag to compare

@vinllen vinllen released this 26 Sep 09:15

2019-09-26 Alibaba Cloud.

* VERSION: 1.4.4
* BUGFIX: conflicts number is 0 in diff file and console print.

release-v1.4.3-20190813

Choose a tag to compare

@vinllen vinllen released this 13 Aug 06:33

2019-08-13 Alibaba Cloud.

* VERSION: 1.4.3
* BUGFIX: single db use cluster client.
* IMPROVE: add log level configuration and print more log info.
* BUGFIX: key conflicts stat inaccurate.

release-v1.4.2-20190810

Choose a tag to compare

@vinllen vinllen released this 10 Aug 06:01

2019-08-10 Alibaba Cloud.

* VERSION: 1.4.2
* BUGFIX: judge the source is type cluster or db.

release-v1.4.1-20190807

Choose a tag to compare

@vinllen vinllen released this 07 Aug 11:07

2019-08-07 Alibaba Cloud.

* VERSION: 1.4.1
* BUGFIX: cluster connection panic. see #50, #52.
* IMPROVE: cluster connection auto-detection. see #49.

release-v1.4.0-20190723

Choose a tag to compare

@vinllen vinllen released this 23 Jul 12:14

2019-07-23 Alibaba Cloud.

* VERSION: 1.4.0
* FEATURE: support cluster.