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

Method command_list

redis/commands/core.py:1323–1328  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        module: str | None = None,
        category: str | None = None,
        pattern: str | None = None,
    )

Source from the content-addressed store, hash-verified

1321
1322 @overload
1323 def command_list(
1324 self: SyncClientProtocol,
1325 module: str | None = None,
1326 category: str | None = None,
1327 pattern: str | None = None,
1328 ) -> list[bytes | str]: ...
1329
1330 @overload
1331 def command_list(

Callers 1

test_command_listMethod · 0.80

Calls 3

extendMethod · 0.45
insertMethod · 0.45
execute_commandMethod · 0.45

Tested by 1

test_command_listMethod · 0.64