Back to articles

I wrote a toy Redis in Rust — Part 5: TTL and Background Expiry

via Medium ProgrammingSergei Kaznakhovskii

In Part 1, I added lazy expiry — when a key is read, and it’s expired, it gets deleted on the spot. The problem: keys that nobody reads… Continue reading on Medium »

Continue reading on Medium Programming

Opens in a new tab

Read Full Article
2 views

Related Articles