rdb

Golang implemented Redis RDB parser for secondary development and memory analysis

APACHE-2.0 License

Downloads
20
Stars
387
Committers
10

Bot releases are hidden (Show)

rdb - v1.0.18 Latest Release

Published by HDT3213 about 2 months ago

fix encoder bug #38 #40

rdb - v1.0.17

Published by HDT3213 about 2 months ago

Upgrade sonic to be compatible with go 1.23

rdb - v1.0.16

Published by HDT3213 8 months ago

Support Prefix Analysis

rdb - v1.0.15

Published by HDT3213 9 months ago

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

rdb - v1.0.4

Published by HDT3213 10 months ago

Fix #27: A stream parse problem

rdb - v1.0.13

Published by HDT3213 about 1 year ago

fix #24: listpack over 8192 cause error

rdb - v1.0.12

Published by HDT3213 about 1 year ago

Refactor big key

rdb - v1.0.11

Published by HDT3213 about 1 year ago

  • Support Listpack Set type in RDB version 11
  • Optimize Listpack memory profile
rdb - v1.0.10

Published by HDT3213 over 1 year ago

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

rdb - v1.0.9

Published by HDT3213 over 1 year ago

  • [bugfix] decoder.GetReadCount() now gives the right size of rdb file
  • fix test suite
rdb - v1.0.8

Published by HDT3213 over 1 year ago

  • Support Stream type
  • Use bytedance/sonic to greatly improve json serialization performance
rdb - Brand New Memory Profiler

Published by HDT3213 almost 2 years ago

  • Brand New Memory Profiler
  • Add Expiration and encoding info into memory report
  • Add -no-expired option to filter expired keys
rdb - v1.0.5

Published by HDT3213 about 2 years ago

  • support list pack
  • optimize flame graph display
rdb - v1.0.4

Published by HDT3213 over 2 years ago

bug fix: opCodeFreq, opCodeIdle will cause parse error

rdb - v1.0.3

Published by HDT3213 over 2 years ago

Fix bug occurs during decoding negative numbers using encodeInt8/encodeInt16/encodeInt32

rdb - v1.0.2

Published by HDT3213 over 2 years ago

  • support encode and generate RDB file
  • bug fix: opCodeExpireTime may influence other object
rdb - v1.0.1

Published by HDT3213 over 2 years ago

  • support regex filter
  • bug fixes
rdb - v1.0.0

Published by HDT3213 over 2 years ago

First Release