binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

Added option to connect to redis servers requiring authentication. #101

Closed irae closed 12 years ago

irae commented 12 years ago

I am hosting a project in the heroku infrastructure and using redistogo as a redis server. I was unable to connect pyres_web to it without this patch, since the server needs authentication.