Set the expiration for a key as a Unix timestamp (in seconds)
method
RedisClient.expireat
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Set the expiration for a key as a Unix timestamp (in seconds)
The key to set expiration on
Unix timestamp in seconds when the key should expire
Promise that resolves with 1 if timeout was set, 0 if key does not exist