Top Architect
Sep 21, 2022 · Databases
Redis Multithreaded I/O and BIO System Evolution: Architecture, Code Analysis, and Lazyfree
This article examines Redis's transition from a single‑threaded reactor to a multi‑threaded I/O model, details the underlying I/O multiplexing and BIO subsystems, and explains the lazyfree mechanism for asynchronous large‑key deletions, providing extensive code analysis and performance insights.
DatabaseI/OLazyfree
0 likes · 44 min read