redisworks
                                
                                
                                
                                    redisworks copied to clipboard
                            
                            
                            
                        Password not passed to pyredis
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!