Closed
Description
From the documentation for the select
method of Redis
:
Switch to a different database on the current host/port
However, host
and port
are required parameters:
def select(self, host, port, db, password=None, socket_timeout=None):
Can we make host and port optional, with db
the only required parameter?
Metadata
Metadata
Assignees
Labels
No labels