Class: Waffle::Transports::Redis

Inherits:
Base
  • Object
show all
Defined in:
lib/waffle/transports/redis.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#config

Method Summary

Methods inherited from Base

#initialize, #publish, #subscribe

Constructor Details

This class inherits a constructor from Waffle::Transports::Base

Instance Attribute Details

#dbObject (readonly)

Returns the value of attribute db.



4
5
6
# File 'lib/waffle/transports/redis.rb', line 4

def db
  @db
end