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

Method httl

redis/commands/core.py:10417–10417  ·  view source on GitHub ↗
(self: SyncClientProtocol, key: KeyT, *fields: FieldT)

Source from the content-addressed store, hash-verified

10415
10416 @overload
10417 def httl(self: SyncClientProtocol, key: KeyT, *fields: FieldT) -> list[int]: ...
10418
10419 @overload
10420 def httl(

Calls 1

execute_commandMethod · 0.45