Method: Qup::Adapter::Redis#initialize

Defined in:
lib/qup/adapter/redis.rb

#initialize(uri, options = {}) ⇒ Redis

Internal: Create a new Redis Adapter

uri - the URI instance for this adapter to use



15
16
17
18
19
# File 'lib/qup/adapter/redis.rb', line 15

def initialize( uri, options = {} )
  @uri        = uri
  @options    = options
  @closed     = false
end