Method: Kthxbye#redis

Defined in:
lib/kthxbye.rb

#redisObject

Returns the Redis instance for direct calls to the Redis db



73
74
75
76
77
78
# File 'lib/kthxbye.rb', line 73

def redis
  return @redis if @redis
  Config.setup
  self.connect
  self.redis
end