wa0x6e / ResqueBoard

ResqueBoard is an analytics software for PHP Resque. Monitor your workers health and job activities in realtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'Redis' not found

jstuhli opened this issue · comments

After clean install (git clone + composer install), accessing ResqueBoard/src/ResqueBoard/webroot/ gives this error:

Fatal error: Class 'Redis' not found in /var/www/ResqueBoard/src/ResqueBoard/Lib/Service/Redis.php on line 37

commented

Travis is telling me the same thing.

Do you have the php-redis extension installed ?

I do now, and now it works fine :)