Method: Pokan::Connection#initialize
- Defined in:
- lib/pokan/connection.rb
#initialize ⇒ Connection
creates a new instance of Redis
15 16 17 |
# File 'lib/pokan/connection.rb', line 15 def initialize @redis = Redis.new end |
creates a new instance of Redis
15 16 17 |
# File 'lib/pokan/connection.rb', line 15 def initialize @redis = Redis.new end |