Tagged articles
2 articles
Page 1 of 1
JavaEdge
JavaEdge
Sep 2, 2020 · Backend Development

How Redis Handles File and Time Events: Inside the Event Loop

This article explains Redis server's event-driven architecture, detailing how file events (read/write) and time events are processed, illustrated with state diagrams, pseudocode, and examples that show the interaction, scheduling, and impact on server performance.

File EventsServer ArchitectureTime Events
0 likes · 12 min read
How Redis Handles File and Time Events: Inside the Event Loop