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

Method acl_dryrun

redis/commands/core.py:142–144  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, username: str, *args: EncodableT, **kwargs
    )

Source from the content-addressed store, hash-verified

140
141 @overload
142 def acl_dryrun(
143 self: SyncClientProtocol, username: str, *args: EncodableT, **kwargs
144 ) -> bytes | str: ...
145
146 @overload
147 def acl_dryrun(

Callers 1

test_acl_dryrunMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 1

test_acl_dryrunMethod · 0.64