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

Method acl_getuser

redis/commands/core.py:209–211  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, username: str, **kwargs
    )

Source from the content-addressed store, hash-verified

207
208 @overload
209 def acl_getuser(
210 self: SyncClientProtocol, username: str, **kwargs
211 ) -> ACLGetUserData: ...
212
213 @overload
214 def acl_getuser(

Callers 3

test_acl_deluserMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 3

test_acl_deluserMethod · 0.64