michelsalib / BCCResqueBundle

The BCC resque bundle provides integration of php-resque to Symfony2. It is inspired from resque, a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.
122 stars 91 forks source link

Add Redis auth #114

Closed cdaguerre closed 3 years ago

cdaguerre commented 9 years ago

Resolves #98

mpclarkson commented 8 years ago

Any chance this PR from @cdaguerre can be merged? Authorisation is pretty important for production apps and I'd prefer not to also have to fork the bundle to allow it.