class NetzkeRedisPersistence::Configuration

Attributes

redis_connection[RW]
scope[RW]

Public Instance Methods

get_redis_connection() click to toggle source
# File lib/netzke_redis_persistence/configuration.rb, line 6
def get_redis_connection
  @redis_connection ? @redis_connection.call : Redis.new
end
get_scope() click to toggle source
# File lib/netzke_redis_persistence/configuration.rb, line 10
def get_scope
  @scope
end