I have followed the instructions to install resque, but now when I try to spawn a worker with this command I get a connection error:
$ QUEUE=mailer rake env
Use redis-server to Start the server and then use redis-cli ping to test if the server is up. You should receive a pong if the server is started. This was taken straight from the docs. enter link description here
redis-server
redis-cli ping