chrisboulton / php-resque

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

Enable phpredis support #252

Closed rolies106 closed 9 years ago

rolies106 commented 9 years ago

Enable support for phpredis by detecting the if the class Redis is available.

chrisboulton commented 9 years ago

Hi,

Right now Credis should be taking care of this, and switching over to phpredis if it's available. Is that not happening for you?

rolies106 commented 9 years ago

Thanks for quick response, I don't know why but it keep not using my phpredis and it works when I extend it this way.

rolies106 commented 9 years ago

This is weird, after I remove and re-install the phpredis it works like charm without extending the class, maybe my phpredis installation just broken or something, thanks anyway :+1: