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

redis.rb 136B

    uri = URI.parse(ENV["REDISTOGO_URL"] || "redis://localhost:6379/" ) REDIS = Redis.new(:url => ENV['REDISTOGO_URL']) Resque.redis = REDIS