Is your feature request related to a problem? Please describe.
I'm trying to access the expiration time of a hash created using HSETEX, but no such command exists.
Describe the solution you'd likeHTTL key field which behaves like TTL key but for hashes.
Describe alternatives you've considered
Tracking expiration time in an extra hash, but that just wastes storage for redundant information that already exists.
Is your feature request related to a problem? Please describe. I'm trying to access the expiration time of a hash created using
HSETEX
, but no such command exists.Describe the solution you'd like
HTTL key field
which behaves likeTTL key
but for hashes.Describe alternatives you've considered Tracking expiration time in an extra hash, but that just wastes storage for redundant information that already exists.
Related
687 which originally added
HSETEX