52 53 54 55 56 57 58 59
# File 'lib/redis-browser/web.rb', line 52 def browser connection = if ENV['REDIS_URL'] ENV['REDIS_URL'].sub(/\Aredis:\/\//, '') else params[:connection] end @browser ||= Browser.new(connection, params[:database]) end