The Redis PEXPIREAT command sets a timeout as a Unix timestamp on a given key in milliseconds. It works the same as the EXPIREAT command, except that it sets the timeout in milliseconds instead of seconds.
It’s also similar to the PEXPIRE command, but with an absolute Unix timestamp instead of a time interval.