I Stopped Using Redis Pub/Sub for Submission Notifications in My LeetCode Clone
While building my LeetCode clone, I came across an interesting design choice.
Most people recommend using Redis Pub/Sub for real-time notifications:
Judge Worker
|
v
Redis Pub/Sub
|
v
abhishek-codes.hashnode.dev4 min read