Skip to content

Releases: tair-opensource/RedisShake

redis-shake-v4.0.5

12 Mar 02:01
d27254c
Compare
Choose a tag to compare

Changes

  • update else if to switch (#777) @blight19
  • Fix some bugs (#776) @suxb201
    • bugfix: Add keep-alive to prevent target Redis close conn due to timeout #758
    • feature: Change default value of status_port from 6479 to 0 #775
    • bugfix: Add support for RDB_OPCODE_MODULE_AUX parsing
    • bugfix: Correctly handle SIGINT during handshake #765
    • feature: Add 1s timeout to Redis client connection setup

redis-shake-v4.0.4

05 Mar 07:04
0cf0af0
Compare
Choose a tag to compare

Changes

redis-shake-v4.0.3

29 Dec 06:45
Compare
Choose a tag to compare

Changes

redis-shake-v4.0.2

11 Oct 11:55
Compare
Choose a tag to compare

Changes

redis-shake-v4.0.1

28 Sep 07:57
Compare
Choose a tag to compare

Changes

redis-shake-v4.0.0-beta

28 Aug 07:32
Compare
Choose a tag to compare

Changes

redis-shake-v3.1.11

08 Jun 03:04
Compare
Choose a tag to compare

Changes

redis-shake-v3.1.10

02 Mar 07:01
Compare
Choose a tag to compare

redis-shake-v3.1.9

28 Feb 05:49
Compare
Choose a tag to compare

redis-shake-v3.1.8

16 Dec 06:59
2937df8
Compare
Choose a tag to compare

Changes

  • log stack trace to redis-shake.log (#549) @suxb201
  • fix: fix a bug that faild to synchronize using scan mode when source … (#547) @moluzhui