deprecate ZIPLIST encoding in rdb_save #4544
Labels
enhancement
New feature or request
good first issue
Good for newcomers
minor
nice to have enhancement
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.
The text was updated successfully, but these errors were encountered: