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
9.71k stars 459 forks source link

Tsavorite: Fix CopyToTail to avoid stale record insertion #449

Closed TedHartMS closed 3 weeks ago

TedHartMS commented 3 weeks ago

Account for new records for the same key that were added and then went to disk during the pending Read operation