Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate ZIPLIST encoding in rdb_save #4544

Open
romange opened this issue Feb 2, 2025 · 0 comments
Open

deprecate ZIPLIST encoding in rdb_save #4544

romange opened this issue Feb 2, 2025 · 0 comments
Labels
enhancement New feature or request minor nice to have enhancement

Comments

@romange
Copy link
Collaborator

romange commented Feb 2, 2025

Starting from 7.0 redis/valkey save their "listpack" zsets and hsets using RDB_TYPE_ZSET_LISTPACK and RDB_TYPE_HASH_LISTPACK respectively. Dragonfly still uses RDB_TYPE_ZSET_ZIPLIST and RDB_TYPE_HASH_ZIPLIST encodings that have been employed by Redis 6 or odler.

We should start saving using listpack format and remove ziplist dependency during the save path.

@romange romange added enhancement New feature or request minor nice to have enhancement labels Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor nice to have enhancement
Projects
None yet
Development

No branches or pull requests

1 participant