RedisShake Versions Save

RedisShake is a Redis data processing and migration tool.

v4.0.5

1 month ago

Changes

v4.0.4

2 months ago

Changes

  • Update listpack.go (#769) @FrancoZhangVip
  • perf(rdb): parse rdb use less memeory (#764) @vczyh
  • bugfix: fix panic when sync reader needed to exit (#760) @zgg2001
  • refactor: Manage all redis client into context.Context (#745) @Zheaoli
  • bugfix: fix stream parsing issue (#757) @suxb201
  • refactor: reuse the lua vm and pr-compile the lua code (#753) @Zheaoli
  • chore: Add base benchmark for internal/function (#751) @Zheaoli
  • chore: Add benchmark rdb file (#748) @Zheaoli
  • chore: Add base benchmark for rdb parse (#747) @Zheaoli
  • chore: Fix relate link in code comment (#746) @Zheaoli

v4.0.3

4 months ago

Changes

  • chore: polish code according to golangci-lint hint (#743) @jjz921024
  • add feature about perfer connect to replica node (#725) @jjz921024
  • support gracefully shutdown (#728) @jjz921024
  • refactor: Refacotr the calls of flushall command (#739) @jjz921024
  • refactor: Refactor the internal/aof.go (#742) @Zheaoli
  • bugfix: Fix CI bugs (#740) @suxb201
  • support turn off server reply (#736) @jjz921024
  • bugfix: Fix cluster nodes parsing error (#737) @suxb201
  • add feature about flush db before sync (#721) @jjz921024
  • chore: Format the import order (#733) @Zheaoli
  • Support PITR (#661) @bug-superman
  • Fix document indentation (#697) @ywxc1997
  • Add support for specified DB scans (#696) @ywxc1997

v4.0.2

6 months ago

Changes

  • refactor: Optimize table.go (#691) @suxb201
  • Support MBbloom module better (#688) @fengyoulin
  • MBbloom-- module support (#687) @fengyoulin

v4.0.1

7 months ago

Changes

  • feature: Enhance scanReader for large key and restore with replace pa… (#685) @suxb201
  • Some fixes (#684) @suxb201
  • feature: Add English documentation & fixed some issues (#683) @suxb201
  • update the doc for the supportmend of redis module type (#674) @lyj199907
  • Update introduction.md (#670) @suxb201
  • docs: add function documents (#669) @suxb201
  • Update issue templates (#667) @suxb201
  • docs: Improve user manual (#665) @suxb201

v4.0.0

8 months ago

Changes

  • bugfix: Corrected issues in build.sh script (#664) @suxb201
  • feature: Support AWS sync mode (#662) @suxb201
  • Update mode.md (#660) @suxb201
  • docs: Update documentation (#659) @suxb201
  • 支持对 Tair Stack 中TairString、TairHash、TairZset三种数据结构编码的解析 (#657) @lyj199907
  • feature: Add keyspace notifications support to scan_reader (#655) @suxb201
  • docs: Update documentation and configuration files (#654) @suxb201
  • feature: Add support for function (#652) @suxb201
  • feature: Add support for GitHub Pages (#645) @suxb201

v3.1.11

11 months ago

Changes

  • bugfix: handle the reply of select command (#619) @suxb201
  • fix cluster_helper.metrics_port not working (#587) @ElvisWai

v3.1.9

1 year ago

v3.1.8

1 year ago

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