Method: App47Cache.redis

Defined in:
lib/models/app47_cache.rb

.redisObject

Return the redis connection



23
24
25
# File 'lib/models/app47_cache.rb', line 23

def redis
  @redis ||= Redis.new(RedisConfiguration.load(12))
end