Hacker News new | ask | show | jobs
by vlasky 1092 days ago
I wonder how difficult it would be to enhance Redis to support FIFO with Lazy Promotion and Quick Demotion.
1 comments

Implementing FIFO-Reinsertion should be easy, adding quick demotion would take some efforts. FIFO-Reinsertion also allows Redis to avoid random sampling and better handle TTLs