Skip to content

Releases: tair-opensource/RedisFullCheck

release-v1.4.10-20230427

27 Apr 03:13
Compare
Choose a tag to compare
2023-04-27 Alibaba Cloud.
    * VERSION: 1.4.10
    * BUGFIX: Fix CGO_ENABLED=0 error
    * IMPROVE: Modify the license from GPLv3 to Apache2.0

release-v1.4.9-20230206

06 Feb 07:22
Compare
Choose a tag to compare

2023-02-06 Alibaba Cloud.

* VERSION: 1.4.9
* IMRPOVE: sourcepassword and targetpassword can contain username, format: username:password.
* IMPORVE: use go modules.

release-v1.4.8-20200212

12 Feb 10:38
Compare
Choose a tag to compare

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

03 Dec 03:22
Compare
Choose a tag to compare

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

26 Nov 08:26
Compare
Choose a tag to compare

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

12 Nov 07:18
Compare
Choose a tag to compare

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

26 Sep 09:15
Compare
Choose a tag to compare

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

13 Aug 06:33
Compare
Choose a tag to compare

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

10 Aug 06:01
Compare
Choose a tag to compare

2019-08-10 Alibaba Cloud.

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

release-v1.4.1-20190807

07 Aug 11:07
Compare
Choose a tag to compare

2019-08-07 Alibaba Cloud.

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