Rescue : Connection refused - Unable to connect to Redis on localhost:6379

前端 未结 5 1044
忘了有多久
忘了有多久 2020-12-29 03:07

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         


        
5条回答
  •  爱一瞬间的悲伤
    2020-12-29 03:14

    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

提交回复
热议问题