MCPcopy
hub / github.com/redis/redis-py / auth

Method auth

redis/commands/core.py:614–619  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        password: str,
        username: str | None = None,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

612
613 @overload
614 def auth(
615 self: SyncClientProtocol,
616 password: str,
617 username: str | None = None,
618 **kwargs,
619 ) -> bool: ...
620
621 @overload
622 def auth(

Callers 14

cmds_cnxmgmt.pyFile · 0.80
test_authMethod · 0.80
teardownMethod · 0.80
teardownFunction · 0.80
r_teardownFunction · 0.80
r_required_pass_teardownFunction · 0.80

Calls 2

appendMethod · 0.45
execute_commandMethod · 0.45