8.10-m03-int: Improve RESTORE REPLACE performance for new keys (#15397) For a new key, RESTORE REPLACE did three dict lookups (find, delete, add). It now reuses the link from the first lookup for the insert and skips the delete when no key is present, so it does a single lookup. The impact is more visible while the... https://github.com/redis/redis/releases/tag/8.10-m03-int #redis #cacheserver #github