MCPcopy
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_logMethod · 0.80
test_acl_logMethod · 0.80
test_acl_logMethod · 0.80
test_acl_logMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 4

test_acl_logMethod · 0.64
test_acl_logMethod · 0.64
test_acl_logMethod · 0.64
test_acl_logMethod · 0.64