redis-shake工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

Feature 1.6 (#67) * add binary in the bin directory * add binary in the bin directory * move lib * move lib * test two branches * test two branches * test two branches * test two branches * test two branches 2 * add start time metric * support syncing lua in RDB * update redis-shake.darwin64 * update redis-shake.linux64 * fix log path bug * fix log path bug * add pid path * fix README.md errors * set parallel to 1 when not set * modify code: enable heartbeat=0 * add some default settings * remove src/github.com/kardianos/govendor * support 5.0 rdb RDB_OPCODE_MODULE_AUX, RDB_OPCODE_IDLE and RDB_OPCODE_FREQ type * add 1.2.2 * update, forget mix.go * use restore to recovery key * modify pid * Create Dockerfile * polish conf comment * polish log * polish conf * set default parallel to 64 * v1.2.3: polish log print to print more error info * update binary * polish conf comment * release v1.4: support rump type to using dump+restore command to syncing data * polish ChangeLog * polish ChangeLog2 * polish code * add debug log of sending and receiving command * add debug log of sending and receiving command2 * add debug log of sending and receiving command3 * improve rump to better fetch data from aliyun_cluster and tencent_cluster. * add send and receiver id in debug * improve rump to support fetching data from given keys in the file * update binary * add linux64 binary again * polish README and comments * modify source cluster of dump * modify source cluster of rump * modify source cluster of decode * support fetching from cluster * 1.source address supports cluster 2.target address supports several proxies to write data in a round-robin way. * update .gitignore * remove binary2 * polish * polish READM again * polish README again * solve merge problem * Improve 1.6.1 (#66) * support redis sentinel for both source and target (#58) * 1. add dbDumper in dump mode 2. polish code * polish conf * judge address logical adjust * polish ChangeLog
6 years ago
2019-05-14 Alibaba Cloud.
* VERSION: 1.6.1
* IMPROVE: support fetching db address from sentinel, the failover
mechanism is not yet supported.
2019-05-08 Alibaba Cloud.
* VERSION: 1.6.0
* FEATURE: source address supports cluster.
* FEATURE: target address supports several proxies to write data in
a round-robin way.
2019-05-11 Alibaba Cloud.
* VERSION: 1.4.3
* BUGFIX: add add metric in restore mode.
2019-04-24 Alibaba Cloud.
* VERSION: 1.4.2
* IMPROVE: improve rump to support fetching data from given keys in
the file.
2019-04-24 Alibaba Cloud.
* VERSION: 1.4.1
* IMPROVE: improve rump to better fetch data from aliyun_cluster and
tencent_cluster.
2019-04-21 Alibaba Cloud.
6 years ago
* VERSION: 1.4.0
* FEATURE: support "rump" type to syncing data when `sync` and `psync`
commands are not supported.
* IMPROVE: add commands sending and receiving debug log.
2019-04-13 Alibaba Cloud.
6 years ago
* VERSION: 1.2.3
* IMPROVE: polish log print to print more error info.
6 years ago
2019-04-03 Alibaba Cloud.
6 years ago
* VERSION: 1.2.2
6 years ago
* BUGFIX: support 5.0 rdb RDB_OPCODE_MODULE_AUX, RDB_OPCODE_IDLE and
RDB_OPCODE_FREQ type.
2019-03-27 Alibaba Cloud.
* VERSION: 1.2.1
* IMPROVE: support syncing lua script in RDB syncing.
2019-03-11 Alibaba Cloud.
6 years ago
* VERSION: 1.2.0
* FEATURE: support 5.0.
6 years ago
2019-02-21 Alibaba Cloud.
6 years ago
* VERSION: 1.0.0
* REDIS-SHAKE: initial release.