Skip to content

Releases: tair-opensource/RedisShake

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

release-v1.6.17-20190827

27 Aug 11:11
Compare
Choose a tag to compare

2019-08-27 Alibaba Cloud.

* VERSION: 1.6.17
* BUGFIX: transaction syncing panic when target redis is cluster. see
#145.
* IMPROVE: adjust RecvChanSize based on `sender.count` or `scan.key_number`
if target redis type is cluster.
* IMPROVE: remove some variables in conf like `heartbeat`, `ncpu`.
* IMPROVE: print inner error message from redigo driver return message.

release-v1.6.16-20190809

09 Aug 12:23
Compare
Choose a tag to compare

2019-08-09 Alibaba Cloud.

* VERSION: 1.6.16
* BUGFIX: big key in `rump` mode all expired.
* BUGFIX: `rump` mode restores quick list failed. see #141.

release-v1.6.15-20190809

09 Aug 09:44
Compare
Choose a tag to compare

2019-08-09 Alibaba Cloud.

* VERSION: 1.6.15
* IMPROVE: add `target.version` to support some proxy like twemproxy.
* BUGFIX: filter `select` command in `rump` when only db0 supports in some
redis version.
* IMPROVE: remove the cluster limit when target type is rump.
* IMPROVE: add `scan.key_number` limit judge when target type is cluster
in type `rump`. see #136.

release-v1.6.14-20190801

01 Aug 03:11
Compare
Choose a tag to compare

2019-08-01 Alibaba Cloud.

* VERSION: 1.6.14
* BUGFIX: the `rdb.parallel` parameter limits concurrency without effect.
see #133
* BUGFIX: call `select` when target redis type is cluster in `rump` mode.
* IMPROVE: add `http_profile = -1` to exit once finish rdb syncing in
`restore` mode.
* IMPROVE: 'info xxx' command isn't supported in codis, used 'info' and
parse 'xxx'.
* IMPROVE: rename `rdb.xx` to `source.rdb.xx` or `target.rdb.xx`.

release-v1.6.13-20190724

24 Jul 07:46
Compare
Choose a tag to compare

2019-07-24 Alibaba Cloud.

* VERSION: 1.6.13
* IMPROVE: support `filter.db.whitelist` and `filter.db.blacklist` to let
different db sync to db0 even when target type is cluster. see #127.
* BUGFIX: fix bug of automatic discovery connection url in type cluster. see
#124.
* IMPROVE: support `target.db` in rump mode.
* IMPROVE: add debug log in RDB syncing.

release-v1.6.12-20190711

11 Jul 07:18
Compare
Choose a tag to compare

2019-07-11 Alibaba Cloud.

* VERSION: 1.6.12
* IMPROVE: support filter key with whitelist and blacklist.
* IMPROVE: support filter db with whitelist and blacklist.
* BUGFIX: fix "bypass" count in metric.

release-v1.6.11-20190704

04 Jul 08:40
Compare
Choose a tag to compare
2019-07-04 Alibaba Cloud.

	* VERSION: 1.6.11
	* BUGFIX: adapt "redis-go-cluster" driver to fix bug of big key syncing
	block in `sync` mode. See #114