The problem/use-case that the feature addresses
TTL for hash fields is a very useful and welcome feature,
thanks to which it is now possible to use hashes in the same way as tables to store expiring data, which will be grouped in a hash instead of in a pile of prefixed rows.
The only thing missing is the HGETEX command to get data from a hash field and update the TTL of the hash field at the same time.