Store the connections to the redis database(s) in a dictionary
This will allows the user to call the correct redis database based upon a string name in a dict, and not a variable perse. The definition of the databases is easier this way, and the call of the correct database is clearer in code.
Loading
Please register or sign in to comment