Module: Firehose::Server
- Defined in:
- lib/firehose/server.rb,
lib/firehose/server/app.rb,
lib/firehose/server/redis.rb,
lib/firehose/server/channel.rb,
lib/firehose/server/publisher.rb,
lib/firehose/server/subscriber.rb,
lib/firehose/server/message_buffer.rb
Overview
Firehose components that sit between the Rack HTTP software and the Redis server. This mostly handles message sequencing and different HTTP channel names.
Defined Under Namespace
Classes: App, Channel, MessageBuffer, Publisher, Redis, Subscriber