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

Method acl_log

redis/commands/core.py:263–265  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, count: int | None = None, **kwargs
    )

Source from the content-addressed store, hash-verified

261
262 @overload
263 def acl_log(
264 self: SyncClientProtocol, count: int | None = None, **kwargs
265 ) -> ACLLogData: ...
266
267 @overload
268 def acl_log(

Callers 4

test_acl_logMethod · 0.80
test_acl_logMethod · 0.80
test_acl_logMethod · 0.80
test_acl_logMethod · 0.80

Calls 3

DataErrorClass · 0.90
appendMethod · 0.45
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