123 124 125 126 127
# File 'lib/mutx/models/alert.rb', line 123 def result Sidekiq.redis do |redis| redis.get("alerts:#{name}") end end