EXPIREATSet a key's expiry as an absolute Unix timestamp in seconds.
| 構文 | EXPIREAT key unix-time-seconds |
| グループ | generic |
| 引数の数 | 3 |
| 導入バージョン | 1.0.0 |
| フラグ | write |
| 計算量 | O(1) |
| Redis 互換性 | differs: the NX / XX / GT / LT condition flags are not parsed — arity is fixed at 3 |