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' |