redisworks icon indicating copy to clipboard operation
redisworks copied to clipboard

Password not passed to pyredis

Open FinBauer opened this issue 5 years ago • 0 comments

Initiating Root with password argument seems to fail. I think this is because the password is not passed on to pyredis on line 61 of redisworks.py. It can easily be circumvented by instead passing the pyredis connection object via the conn argument, but should probably be fixed. Thank you for this really helpful module!

FinBauer avatar Oct 15 '20 18:10 FinBauer