Arguments
str
required
The key of the hash.
Union[str, List[str]]
required
The field or list of fields to retrieve the expiration time for.
Response
A list of integers representing the expiration time in seconds since the Unix epoch.
-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.