HEXPIRESet per-field TTLs on a hash, in seconds.
| Syntax | HEXPIRE key seconds [NX|XX|GT|LT] FIELDS numfields field [field ...] |
| Group | hash |
| Arity | -6 |
| Since | 1.0.0 |
| Flags | write |
| Complexity | O(F) fields in the FIELDS clause |
| Redis compatibility | differs: the FIELDS parse error reads 'Mandatory keyword FIELDS is missing' where Redis says 'Mandatory argument FIELDS' |