Skip to content

Releases: tair-opensource/RedisShake

v3.0.0

08 Aug 11:05
Compare
Choose a tag to compare

Note: the v3 version is still in test phase, and there are some features that are not supported or compatible with the v2 version. If you have problems using the v3 version, please return to the v2 version, and welcome to submit a PR for the v3.

release-v2.1.2-20220329

29 Mar 07:10
e436893
Compare
Choose a tag to compare

release-v2.1.1-20210903

03 Sep 02:11
cc226f8
Compare
Choose a tag to compare

release-v2.1.0-20210819

19 Aug 02:19
92b0334
Compare
Choose a tag to compare
  1. Go modules migration. #305
  2. Add target.dbmap config option. #352
  3. Add big key split for stream. #354
  4. remove start.sh & stop.sh. #350

release-v2.0.3-20200724

24 Jul 08:00
d7cb029
Compare
Choose a tag to compare

2020-07-24 Alibaba Cloud.

* VERSION: 2.0.3
* BUGFIX: fix bug of do failed if target is cluster and update vendor.json. see #284 .

release-v2.0.2-20200506

06 May 03:10
Compare
Choose a tag to compare

2020-05-06 Alibaba Cloud.

* VERSION: 2.0.2
* BUGFIX: fix bug of `target.db` isn't work in cascade replication
scenario. see #277.

release-v2.0.1-20200502

02 May 07:53
Compare
Choose a tag to compare

2020-05-02 Alibaba Cloud.

* VERSION: 2.0.1
* IMPROVE: rebase v1.6.28.

release-v2.0.0-20200422

22 Apr 11:52
Compare
Choose a tag to compare

v2.0开始支持断点续传,具体使用文档和架构介绍文档将会在4月23日发布在wiki。

2020-04-22 Alibaba Cloud.

* VERSION: 2.0
* FEATURE: support resuming from breakpoint.

release-v1.6.28-20200421

21 Apr 05:21
Compare
Choose a tag to compare

2020-04-21 Alibaba Cloud.

* VERSION: 1.6.28
* IMPROVE: polish redigo log.

release-v1.6.27-20200330

30 Mar 11:13
Compare
Choose a tag to compare

2020-03-25 Alibaba Cloud.

* VERSION: 1.6.27
* BUGFIX: transaction bug that only using one key but still raised "not
hashed in the same slot" error, see #257.
* IMPROVE: polish redis save rdb failed log, see #256.
* IMPROVE: support mset/msetnx command, see #247.
* IMPROVE: change "rewrite" to "key_exists" in configuration, see #259.