Skip to content

Releases: tair-opensource/RedisShake

release-v1.6.26-20200206

06 Feb 15:17
Compare
Choose a tag to compare

2020-02-06 Alibaba Cloud.

* VERSION: 1.6.26
* IMPROVE: set auth_type to auth as default, see #237.
see #227.

release-v1.6.25-20200121

20 Jan 22:16
Compare
Choose a tag to compare

2020-01-21 Alibaba Cloud.

* VERSION: 1.6.25
* BUGFIX: in redis 2.8, delete key but convert the returned reply failed.
see #227.

release-v1.7.x-20191231

31 Dec 08:39
Compare
Choose a tag to compare

2019-12-31 Alibaba Cloud.

* VERSION: 1.7-unstable
* FEATURE: add integration test.
* FEATURE: support resuming from break-point.

Pay attention: this is an unstable version so that the package may be updated several times.
当前版本是非稳定版本,如想使用稳定版本请拉取1.6的最新版本。

  • 2019-12-31: MD5 = 740377532efc6778ff3720b72c2de4fc

release-v1.6.24-20191220

20 Dec 09:17
Compare
Choose a tag to compare

2019-12-20 Alibaba Cloud.

* VERSION: 1.6.24
* BUGFIX: cluster receive channel size adjust from 4096 to `sender.count`.
* BUGFIX: update redis-go-cluster to solve the send and receive
concurrency conflict.
* BUGFIX: fix some bugs in redis-go-cluster including io timeout problem,
see #192, #210.
* IMPROVE: set 'psync' to true by default in configuration, if the source
redis version is less than v2.8, switch to false.
* IMPROVE: when target version is less than the source, do restore
directly. Then catch the "Bad data format" and retry by split value. see
#211.
* IMPROVE: catch more errors in `restoreBigRdbEntry` function.
* BUGFIX: merge bad resp CRLF bugfix, see #204.

release-v1.6.23-20191128

28 Nov 12:45
Compare
Choose a tag to compare

2019-11-28 Alibaba Cloud.

    * VERSION: 1.6.23
    * BUGFIX: update redis-go-cluster driver to solve MOVED error in lua
    script.
    * BUGFIX: update redis-go-clister driver to remove the error when meets
    nil bluk string.
    * IMPROVE: add keep_alive in cluster connection.

release-v1.6.22-20191125

25 Nov 10:51
Compare
Choose a tag to compare

2019-11-25 Alibaba Cloud.
2019-11-26 Update: update binary. MD5 of tar file: 7a5cb9e173c3934784b9f695fef313f2

* VERSION: 1.6.22
* BUGFIX: solve MOVED error when key is unicode encoding which is not
solved completed in v1.6.21.
* BUGFIX: update redis-go-cluster to solve the bug of \r\n. see #73 in
redis-full-check.
* BUGFIX: solve flushcount comparison: "flushcount=4097 > 4096" =>
"flushcount=4096 >= 4096".
* IMPROVE: add more log in redis-go-cluster.

release-v1.6.21-20191112

12 Nov 07:05
Compare
Choose a tag to compare

2019-11-12 Alibaba Cloud.

* VERSION: 1.6.21
* BUGFIX: update redis-go-cluster to solve the MOVED error when target
redis type is cluster and key is unicode encoding. Thanks
@shuff1e(sfxu@foxmail.com). see#68 in RedisFullCheck.
* IMPROVE: rump: filter key in fetching stage instead of writing stage.

release-v1.6.20-20191018

18 Oct 07:22
Compare
Choose a tag to compare

2019-10-18 Alibaba Cloud.

* VERSION: 1.6.20
* IMPROVE: add progress bar in rump mode. see #174.
* IMPROVE: add run_direct.py script.
* IMRPOVE: set big_key_threshold to 1 to avoid some sync failed cases. see
#173.
* IMRPOVE: remove restrict of node must == 1 when source type is
standalone.

release-v1.6.19-20190919

19 Sep 06:19
Compare
Choose a tag to compare

2019-09-19 Alibaba Cloud.

* VERSION: 1.6.19
* BUGFIX: update "redis-go-cluster" driver to fix bug to throw CROSSSLOT
error when migrating lua script.
* IMPROVE: only run hypervisor when type is `sync`.

release-v1.6.18-20190904

04 Sep 07:38
Compare
Choose a tag to compare

2019-09-04 Alibaba Cloud.
* VERSION: 1.6.18
* BUGFIX: restore quicklist panic when target is cluster. see #156