1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2016-09-26 11:25:19 -07:00
commit dc1203001a

View file

@ -28,6 +28,10 @@ module Sidekiq
def self.set(key, val)
# nothing, backwards compatibility
end
get "" do
redirect(root_path)
end
get "/" do
@redis_info = redis_info.select{ |k, v| REDIS_KEYS.include? k }