Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ acl_log_reset
Method
acl_log_reset
redis/commands/core.py:291–291 ·
view source on GitHub ↗
(self: SyncClientProtocol, **kwargs)
Source
from the content-addressed store, hash-verified
289
290
@overload
291
def
acl_log_reset(self: SyncClientProtocol, **kwargs) -> bool: ...
292
293
@overload
294
def
acl_log_reset(self: AsyncClientProtocol, **kwargs) -> Awaitable[bool]: ...
Callers
4
test_acl_log
Method · 0.80
test_acl_log
Method · 0.80
test_acl_log
Method · 0.80
test_acl_log
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
4
test_acl_log
Method · 0.64
test_acl_log
Method · 0.64
test_acl_log
Method · 0.64
test_acl_log
Method · 0.64