Method: Redis::Connection::Memory.channels

Defined in:
lib/redis/connection/memory.rb

.channelsObject



45
46
47
# File 'lib/redis/connection/memory.rb', line 45

def self.channels
  @channels ||= Hash.new {|h,k| h[k] = [] }
end