Skip to content

Conversation

@Im-joongyeon
Copy link

This PR adds support for parsing Redis RDB version 11 (and some version 12 types) by implementing
handlers for new encoding types and opcodes introduced in recent Redis versions.

  • Implemented listpack encoding parser:
    • read_listpack_entry(): Parses various listpack entry encodings (7-bit int, 13-bit signed int,
      strings, 16/24/32/64-bit integers)
    • read_listpack_backlen(): Handles variable-length backlen field

@smilyFw
Copy link

smilyFw commented Nov 20, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants