HEXPIRESet per-field TTLs on a hash, in seconds.
| 语法 | HEXPIRE key seconds [NX|XX|GT|LT] FIELDS numfields field [field ...] |
| 分组 | hash |
| 参数个数 | -6 |
| 起始版本 | 1.0.0 |
| 标志 | write |
| 复杂度 | O(F) fields in the FIELDS clause |
| Redis 兼容性 | differs: the FIELDS parse error reads 'Mandatory keyword FIELDS is missing' where Redis says 'Mandatory argument FIELDS' |