chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.43k stars 759 forks source link

unable to connect to localhost:6379 #265

Closed hoangngk closed 8 years ago

hoangngk commented 9 years ago

when I run QUEUE=* php vendor/chrisboulton/php-resque/resque.php this error appears

danhunsaker commented 9 years ago

Check that your Redis server is running on the same machine as PHP-Resque. If it's on a different machine, you'll also need to provide the server details to the script.