Skip to content

redis-shake-v4.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 09:22
· 6 commits to refs/heads/v4 since this release

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