Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to fill in the password? Don't you have a password for Redis? #200

Open
felix0080 opened this issue Jul 5, 2021 · 1 comment
Open

Comments

@felix0080
Copy link

Where to fill in the password? Don't you have a password for Redis?

@panla
Copy link

panla commented Aug 9, 2021

aredis.client.StrictRedis

def __init__(self, host='localhost', port=6379,
                 db=0, password=None, stream_timeout=None,
                 connect_timeout=None, connection_pool=None,
                 unix_socket_path=None, encoding='utf-8',
                 decode_responses=False, ssl=False, ssl_context=None,
                 ssl_keyfile=None, ssl_certfile=None,
                 ssl_cert_reqs=None, ssl_ca_certs=None,
                 max_connections=None, retry_on_timeout=False,
                 max_idle_time=0, idle_check_interval=1,
                 loop=None, **kwargs):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants