Module: MessageBus::Redis

Defined in:
lib/message_bus/backends/redis.rb

Overview

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

Defined Under Namespace

Classes: ReliablePubSub