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

Method acl_cat

redis/commands/core.py:117–119  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, category: str | None = None, **kwargs
    )

Source from the content-addressed store, hash-verified

115
116 @overload
117 def acl_cat(
118 self: SyncClientProtocol, category: str | None = None, **kwargs
119 ) -> list[bytes | str]: ...
120
121 @overload
122 def acl_cat(

Calls 1

execute_commandMethod · 0.45