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

Method client_list

redis/commands/core.py:818–823  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        _type: str | None = None,
        client_id: List[EncodableT] = [],
        **kwargs,
    )

Source from the content-addressed store, hash-verified

816
817 @overload
818 def client_list(
819 self: SyncClientProtocol,
820 _type: str | None = None,
821 client_id: List[EncodableT] = [],
822 **kwargs,
823 ) -> list[dict[str, str]]: ...
824
825 @overload
826 def client_list(

Calls 3

DataErrorClass · 0.90
appendMethod · 0.45
execute_commandMethod · 0.45