Skip to content

Add explicit username parameter in constructor or auth method #15

Description

@fmvin

Currently, to authenticate with a username, a somewhat misleading invocation of the authentication function is required.

r = Redis('127.0.0.1', 11222);
r.auth('user','password');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions