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

Method get

redis/commands/timeseries/commands.py:1329–1331  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, key: KeyT, latest: bool | None = False
    )

Source from the content-addressed store, hash-verified

1327
1328 @overload
1329 def get(
1330 self: SyncClientProtocol, key: KeyT, latest: bool | None = False
1331 ) -> TimeSeriesSample | None: ...
1332
1333 @overload
1334 def get(

Callers

nothing calls this directly

Calls 2

_append_latestMethod · 0.95
execute_commandMethod · 0.45

Tested by

no test coverage detected