Pub-Sub using Redis In GoLang
What is Pub-Sub?
Pub/Sub is a messaging paradigm that consists of defining Publishers and Subscribers which Channels in between them, where Publishers act as “message senders” and Subscribers act as “message receivers”. The Publishers do not send mes...
blog.golang.llc3 min read
David Koblas
You might consider writing the "Stream" version of this post. The
XADDand other commands are more interesting for these use cases.