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:
commit
dc1203001a
1 changed files with 4 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue