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

Method mget

redis/commands/timeseries/commands.py:1356–1362  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        filters: List[str],
        with_labels: bool | None = False,
        select_labels: List[str] | None = None,
        latest: bool | None = False,
    )

Source from the content-addressed store, hash-verified

1354
1355 @overload
1356 def mget(
1357 self: SyncClientProtocol,
1358 filters: List[str],
1359 with_labels: bool | None = False,
1360 select_labels: List[str] | None = None,
1361 latest: bool | None = False,
1362 ) -> list[Any] | dict[str, list[Any]]: ...
1363
1364 @overload
1365 def mget(

Callers

nothing calls this directly

Calls 4

_append_latestMethod · 0.95
_append_with_labelsMethod · 0.95
extendMethod · 0.45
execute_commandMethod · 0.45

Tested by

no test coverage detected