Skip to content

Releases: tair-opensource/RedisShake

redis-shake-v4.3.1

17 Dec 12:08
43f6d16
Compare
Choose a tag to compare

Changes

  • fix: resolve blocking issue in redis_writer when off_reply=false (#906) @EquentR

redis-shake-v4.3.0

13 Dec 09:22
Compare
Choose a tag to compare

Breaking Changes

  • Updated the configuration file format for Sentinel.

Changes

  • fix: avoid file not exist (#904) @suxb201
  • feat: set buff_send as default (#903) @suxb201
  • feat: improve sentinel support (#902) @suxb201
  • feat: add version to release asset names (#901) @suxb201
  • fix: improve CI stability (#900) @suxb201
  • feat: improve reader implementation for better performance and reliab… (#899) @suxb201
  • feat: add filter rules for keys (#898) @suxb201
  • feat: add function support (#897) @junhuaqin
  • fix: resolve timeout and performance issues in buffer write mode and AOF writes (#893) @EquentR
  • fix: improve env variable substitution logic, only replace variables wrapped in curly braces (${var}) (#894) @EquentR
  • feat: support separate authentication for Sentinel and Redis (#888) @EquentR
  • fix: fix missing group offset for stream type RDB_TYPE_STREAM_LISTPAC… (#885) @suxb201
  • feat: redis-writer add buffered sending to significantly improve speed (#886) @EquentR
  • key filter support regex and optimize code (#883) @OMG-By
  • feat: add RDB_OPCODE_SLOT_INFO support for Redis 7.4 (#881) @suxb201

redis-shake-v4.2.2

22 Nov 02:57
6086d1d
Compare
Choose a tag to compare

Changes

  • fix: resolve Shake client hang in HandShaking state due to source Redis blocking during AofRewrite (#882) @EquentR
  • fix: resolve Shake client hang in HandShaking state due to source Redis blocking during BGSAVE (#879) @EquentR

redis-shake-v4.2.1

31 Oct 09:47
fcab819
Compare
Choose a tag to compare

Changes

redis-shake-v4.2.0

11 Sep 03:55
48314cf
Compare
Choose a tag to compare

Changes

redis-shake-v4.1.1

04 Jul 06:30
040c64f
Compare
Choose a tag to compare

Changes

  • fix: switchdb blocking after closing destination reply(关闭目的端回复后switchdb阻塞问题) (#837) @EquentR
  • fix double precision ,module bloomfilter double to string (#830) @heyone-top
  • docs: refine documentation (#831) @suxb201
  • bug fix prefer replica in master-slave mode (#828) @blight19
  • Update the comment of rdb_restore_command_behavior in shake.toml (#825) @ATMeno
  • reduce source pressure when use scan (#823) @blight19
  • Support prefer_replica=true in both Cluster and Standalone mode (#821) @xhs
  • Support DEL command in scan_reader (#820) @xhs
  • feat: diskless sync (#810) @jijijijijichild

redis-shake-v4.1.0

23 May 09:44
df23dde
Compare
Choose a tag to compare

Changes

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