Y
Hacker News
new
|
ask
|
show
|
jobs
by
iamcreasy
2671 days ago
What does it mean for Redis to be a message broker?
1 comments
icebraining
2671 days ago
One application inserts a message into Redis, which other application(s) will read. For example, using
https://redis.io/topics/pubsub
link