A website template with lots of features, built with ruby on rails.

redis.rb 118B

    uri = URI.parse(ENV["REDISTOGO_URL"]) REDIS_WORKER = Redis.new(host: uri.host, port: uri.port, password: uri.password)