microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.37k stars 525 forks source link

(BREAKING CHANGE) Add Aof Log header versioninig #786

Closed hamdaankhalid closed 1 week ago

hamdaankhalid commented 1 week ago

Since we have broken the AOF versioning once already, and will so likely again, adding a version gives us a tool to prevent unintended reads in older versions.