I built a Redis clone in C: From blocking I/O to epoll to crash safe persistence
The article describes the author's experience building "C-dis," a Redis clone in C, to gain a practical understanding of networking and systems programming. It explains the progression from a simple blocking server to a …