Skip to content

Releases: HDT3213/rdb

v1.0.18

26 Aug 12:58
Compare
Choose a tag to compare

fix encoder bug #38 #40

v1.0.17

20 Aug 00:27
Compare
Choose a tag to compare

Upgrade sonic to be compatible with go 1.23

v1.0.16

24 Feb 04:58
Compare
Choose a tag to compare

Support Prefix Analysis

v1.0.15

25 Jan 13:12
Compare
Choose a tag to compare

bug fix: listpack backlen(#28 #29);
optimize listpack parsing speed

v1.0.14

04 Jan 12:59
Compare
Choose a tag to compare

Fix #27: A stream parse problem

v1.0.13

17 Sep 07:50
Compare
Choose a tag to compare

fix #24: listpack over 8192 cause error

v1.0.12

26 Aug 12:22
Compare
Choose a tag to compare

Refactor big key

v1.0.11

02 Aug 13:33
Compare
Choose a tag to compare
  • Support Listpack Set type in RDB version 11
  • Optimize Listpack memory profile

v1.0.10

10 Jun 13:14
Compare
Choose a tag to compare

fix encode int string error which beyond int32 range but within int64

v1.0.9

29 Apr 12:32
Compare
Choose a tag to compare
  • [bugfix] decoder.GetReadCount() now gives the right size of rdb file
  • fix test suite