chrisboulton / php-resque

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

Add support for unprotected unix socket #298

Closed lauripiisang closed 8 years ago

lauripiisang commented 8 years ago
lauripiisang commented 8 years ago

Having nulls for all other parameters wasn't the correct way to go. I'll commit fixes and reopen.

lauripiisang commented 8 years ago

Until this project gets moved to Predis or some other non-custom redis implementation, this solves https://github.com/chrisboulton/php-resque/issues/222 https://github.com/chrisboulton/php-resque/issues/273

chrisboulton commented 8 years ago

I'm not 100% sold on the parity difference here - I'm going to merge the changes in but I'd honestly prefer parity with password support for TCP connections.