Method
hpexpire
(
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( |