Closed srounet closed 13 years ago
do you know what version of redis-py you are running?
Yes it's 2.4.5
>>> redis.__version__
'2.4.5'
there is actually a patch that will fix this that I am going to try and apply to trunk later today. Hopefully I can wrap up a release sometime this week.
Ok i fixed mine by returning self.resq.dsn
def address(self):
return self.resq.dsn
this should be fixed in the release 1.1 that I just pushed up to pypi
(branch 1.0.1) In resweb/views.py at line 23 we have:
What you need is address and port. I Haven't found a reference to host and port but,
so maybe :