wa0x6e / php-resque-ex

PHP port of resque (Workers and Queueing), with phpredis support, and more logging options
MIT License
137 stars 92 forks source link

Repair demo #29

Closed welcoMattic closed 9 years ago

welcoMattic commented 9 years ago

Line 7 in demo dir is broken :

require '../resque.php';

must be :

require '../bin/resque';
wa0x6e commented 9 years ago

Thanks