Module: MessageBus::Redis
- Defined in:
- lib/message_bus/backends/redis.rb
Overview
the heart of the message bus, it acts as 2 things
-
A channel multiplexer
-
Backlog storage per-multiplexed channel.
ids are all sequencially increasing numbers starting at 0
Defined Under Namespace
Classes: ReliablePubSub