chrisboulton / php-resque

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

DSN and REDIS_BACKEND normalization #186

Closed iskandar closed 10 years ago

iskandar commented 10 years ago

These changes provide more robust support for DSN-style strings.

Before these changes, you could not use a simple DSN like redis://host:port. With them, you can use strings like these for REDIS_BACKEND:

chrisboulton commented 10 years ago

:thumbsup: Nice job with this!

iskandar commented 10 years ago

:tada: