Skip to content

Difference between Redis pub/sub and MQTT #84

Discussion options

You must be logged in to vote

At a high level, Redis Pub/Sub is a basic fire and forget in memory pub/sub implementation while MQTT is a more robust implementation that is more resilient and handles heavy loads better. Redis Pub/Sub doesn't require an addition broker since it uses the Redis instance already running for the Database. MQTT requires the additional MQTT Broker service to be running.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@neerajasjawali
Comment options

@bnevis-i
Comment options

Answer selected by neerajasjawali
Comment options

You must be logged in to vote
1 reply
@neerajasjawali
Comment options

Comment options

You must be logged in to vote
1 reply
@neerajasjawali
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants