Difficulty: Advanced
Did Redis ever support swapping data to disk?
Yes (Redis 2.0), but it was deprecated and removed in 2.6 as it ruined performance and predictability. Redis is now strictly in-memory.
History, Architecture
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.