PEXPIRETIME
PEXPIRETIME key
@keyspace, @read, @fast, PEXPIRETIME has the same semantic as EXPIRETIME, but returns the absolute Unix expiration timestamp in milliseconds instead of seconds.
Integer reply: Expiration Unix timestamp in milliseconds, or a negative value in order to signal an error (see the description below).
-1 if the key exists but has no associated expiration time.-2 if the key does not exist.SET mykey "Hello" PEXPIREAT mykey 33177117420000 PEXPIRETIME mykey
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/pexpiretime/