Building a Delayed Message System with Redis and FastAPI
Recently, I had a chance to help a fellow software engineer with an interesting project – building a system that allows printing delayed messages using Redis. The requirements were simple: 1. Implement a POST API endpoint that accepts a string message and a relative time in seconds (since now).2. Implement…