wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Adding username/password to Redis setup. #57

Closed edgeofchaos2005 closed 10 years ago

edgeofchaos2005 commented 10 years ago

I'm looking to connect my cake app with cake-resque on Heroku, but can't seem to add the parameters into my custom cake-resque config for connecting to the Redis-to-go addon with Heroku. It requires a username and password to connect to the Redis service.

Any help would be appreciated!

wa0x6e commented 10 years ago

Cake-Resque does not currently support redis authentication. It'll come in a later version

edgeofchaos2005 commented 10 years ago

No worries, cheers for the quick reply.

wa0x6e commented 10 years ago

I'm reopening this, until this feature is implemented

wa0x6e commented 10 years ago

Added