Class | Redis::Client |
In: |
lib/redis/client.rb
|
Parent: | Object |
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 |
command_map | [R] | |
connection | [R] | |
logger | [RW] |