Skip new Redis Ent RDB_OPCODE_SLOT_NUM#91
Merged
moticless merged 1 commit intoredis:mainfrom Dec 30, 2025
Merged
Conversation
oranagra
approved these changes
Dec 30, 2025
Merged
moticless
added a commit
that referenced
this pull request
Mar 1, 2026
### New Features - **RDB v13 Support**: Add support for RDB version 13 (#93) - Ensures compatibility with latest Redis RDB format, specifically key-metadata and stream IDMP - **RESTOREMODAUX Downgrading**: Support downgrading RESTOREMODAUX commands (#92) - Enables compatibility when restoring to older Redis versions - **Redis Enterprise Support**: Skip new Redis Enterprise RDB_OPCODE_SLOT_NUM opcode (#91) - Improves compatibility with Redis Enterprise RDB files - **Authentication**: Add LIBRDB_AUTH environment variable support for password authentication - Simplifies authentication configuration in automated environments ### Bug Fixes - **Error Handling**: Add goto cleanup on rdb-cli return error - Ensures proper resource cleanup on error conditions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As Redis Ent. is another client of librdb, silently skip propriatery usage of RDB_OPCODE_SLOT_NUM