Arguments#
The key of the hash.
The field or list of fields to retrieve the TTL for.
Response#
List[int]required
A list of integers representing the remaining TTL in milliseconds for each field.
-2if the field does not exist in the hash or if the key doesn't exist.-1if the field exists but has no associated expiration.
For more details, see HPTTL documentation.