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

Method acl_genpass

redis/commands/core.py:178–180  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, bits: int | None = None, **kwargs
    )

Source from the content-addressed store, hash-verified

176
177 @overload
178 def acl_genpass(
179 self: SyncClientProtocol, bits: int | None = None, **kwargs
180 ) -> bytes | str: ...
181
182 @overload
183 def acl_genpass(

Callers 2

test_acl_genpassMethod · 0.80
test_acl_genpassMethod · 0.80

Calls 3

DataErrorClass · 0.90
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 2

test_acl_genpassMethod · 0.64
test_acl_genpassMethod · 0.64