module Firehose::Server

Firehose components that sit between the Rack HTTP software and the Redis server. This mostly handles message sequencing and different HTTP channel names.

Public Class Methods

redis() click to toggle source
# File lib/firehose/server.rb, line 18
def self.redis
  @redis ||= Redis.new
end