Tags: redis/librdb
Tags
Release version 2.2.0 (#94) ### 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
Release version 2.0.0 (#86) This release includes: - C++ compatibility improvements (rename delete to destroy) - Script loading from RDB auxiliary section - Key privacy features with sha256 hashing - Redis Enterprise and Redis 8.x support - Multiple bug fixes and platform improvements - macOS/OSX support enhancements