sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

question: how to restore redis 3.0.6 with redis 4.0's dump.rdb ? #171

Closed chengkala closed 3 years ago

chengkala commented 3 years ago

how can I migrate to version 6 from verison 8? I want to store sorted sets with string instead of binary double values. Is this possible ? And Is there anything else that needs to be modified?