deploying redis to heroku unable to connect
ive been trying to get resque to work with heroku. i can successfully get it to work in development mode, however when i try pushing to heroku i get Errno::ECONNREFUSED (Connection refused - Unable to connect to Redis on 127.0.0.1:6379): i then read and followed http://blog.redistogo.com/2010/07/26/resque-with-redis-to-go/ i put the configurations listed in the site but got the following error SocketError (getaddrinfo: nodename nor servname provided, or not known): i put in my initializers/resque.rb Resque.after_fork = Proc.new { ActiveRecord::Base.establish_connection } ENV["redis://redistogo