zkteco-home / redis-windows

Native port of Redis for Windows,it can be installed as service.
MIT License
1.84k stars 167 forks source link

migrating the dump.rdb file #33

Closed tobaba closed 1 year ago

tobaba commented 1 year ago

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?

zkteco-home commented 1 year ago

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