Skip to content

Redis.select() requires host and port #21

Closed
@mjrusso

Description

@mjrusso

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions