zkteco-home / redis-windows

Native port of Redis for Windows,it can be installed as service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

migrating the dump.rdb file

tobaba opened this issue · comments

When I migrate the dump.rdb file generated by the unofficial, alpha repo at https://github.com/tporadowski/redis/releases to your project, the windows service automatically stops and fails to load. Is there a solution?

Redis 7 uses a new version 10 format for RDB files, which is incompatible
with older versions.
I think any application should not depend on rdb file,as cache system,application can load data from db when rdb file is not there