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