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

Method hpexpire

redis/commands/core.py:10056–10065  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        milliseconds: ExpiryT,
        *fields: FieldT,
        nx: bool = False,
        xx: bool = False,
        gt: bool = False,
        lt: bool = False,
    )

Source from the content-addressed store, hash-verified

10054
10055 @overload
10056 def hpexpire(
10057 self: SyncClientProtocol,
10058 name: KeyT,
10059 milliseconds: ExpiryT,
10060 *fields: FieldT,
10061 nx: bool = False,
10062 xx: bool = False,
10063 gt: bool = False,
10064 lt: bool = False,
10065 ) -> list[int]: ...
10066
10067 @overload
10068 def hpexpire(

Calls 3

sumClass · 0.85
appendMethod · 0.45
execute_commandMethod · 0.45