class Ruboty::Handlers::RedisInfo

Public Instance Methods

redis_info(message) click to toggle source
# File lib/ruboty/handlers/redis_info.rb, line 8
def redis_info(message)
  ::Ruboty::RedisInfo::Actions::RedisInfo.new(message).call
end