Implementing Real-Time Notifications Using Redis Pub/Sub
Real-time notifications play a crucial role in enhancing user engagement and providing a dynamic user experience in web applications. One of the popular technologies for implementing real-time communication is Redis Pub/Sub, which offers a scalable a...
arnab2001.hashnode.dev5 min read
Rahul Bhatt
Software Engineer
Interesting article Arnab! Have you worked with Kafka? How is redis pubsub different from Kafka?
I know Kafka is pull based, is redis pubsub also pull based?