leonchen83/redis-rdb-cli

Compatibility of redis-rdb-cli with Redis and KeyDB versions

zpomal opened this issue · 2 comments

Ask a question

Hi,
I have the following setup and question regarding data migration:

Current setup:
Redis DB: REDIS0011 with redis-ver7.2.4

Target setup:
KeyDB: REDIS0009 with redis-ver6.3.4

I would like to migrate from Redis to KeyDB and I am planning to use redis-rdb-cli for this process. My question is: will redis-rdb-cli understand the dump format from REDIS0011 (redis-ver7.2.4)?

Thank you for your assistance.

Best regards,
zpomal

@zpomal
Support REDIS0011 but not yet support REDIS0012
you can use this tool to do data migration
more details refer to Redis downgrade migration

Great answer!
Thanks a lot for your help!