chrisboulton / php-resque

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

Does it support Redis with password? #264

Closed kithokit closed 8 years ago

kithokit commented 9 years ago

I can't find anything to support Redis with Password???

danhunsaker commented 9 years ago

If you search the pull requests, you'll find one that added support for passwords. It contains the details on setting that up.