Class Redis::Client
In: lib/redis/client.rb
Parent: Object

Methods

Constants

DEFAULTS = { :url => lambda { ENV["REDIS_URL"] }, :scheme => "redis", :host => "127.0.0.1", :port => 6379, :path => nil, :timeout => 5.0, :password => nil, :db => 0, :driver => nil, :id => nil, :tcp_keepalive => 0

Attributes

command_map  [R] 
connection  [R] 
logger  [RW] 

Public Class methods

Public Instance methods

Protected Instance methods

[Validate]