class Lite::Redis::Configuration
Attributes
client[RW]
Public Class Methods
new()
click to toggle source
# File lib/lite/redis/configuration.rb, line 10 def initialize ::Redis.exists_returns_integer = true @client = ::Redis.new end