module MessageBus::Redis

the heart of the message bus, it acts as 2 things

  1. A channel multiplexer

  2. Backlog storage per-multiplexed channel.

ids are all sequencially increasing numbers starting at 0