class ActiveOrm::Redis::Configuration

Attributes

client[RW]

Public Class Methods

new() click to toggle source
# File lib/active_orm/redis/configuration.rb, line 17
def initialize
  @client = ::Redis.new
end