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

Allow specifying password and database number #10

Closed rchavik closed 9 years ago

rchavik commented 10 years ago

When using this with CakeResque, I needed to set password and database number.

After a very quick look, this feature does not seem available. So, at the moment, I hardcoded the $this->auth(password) and $this->select(n) in RedisApi::establishConnection() directly.

Would appreciate if this can be configurable when used together with CakeResque`.

wa0x6e commented 9 years ago

Added in 1.3.0