Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_deluser
Method · 0.80
test_acl_getuser_setuser
Method · 0.80
test_acl_getuser_setuser
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
3
test_acl_deluser
Method · 0.64
test_acl_getuser_setuser
Method · 0.64
test_acl_getuser_setuser
Method · 0.64