Hash
HTTL
Retrieves the remaining time-to-live (TTL) for field(s) in a hash in seconds.
Arguments
The key of the hash.
The field or list of fields to retrieve the TTL for.
Response
A list of integers representing the remaining TTL in seconds for each field.
-2
if the field does not exist in the hash or if the key doesn’t exist.-1
if the field exists but has no associated expiration.
For more details, see HTTL documentation.
Was this page helpful?