- Usage:
EXPIRETIME key
- Complexity:
- O(1)
- Since:
- 7.0.0
Returns the absolute Unix timestamp (since January 1, 1970) in seconds at which the given key will expire.
See also the PEXPIRETIME
command which returns the same information with milliseconds resolution.
Examples
SET mykey "Hello"
EXPIREAT mykey 33177117420
EXPIRETIME mykey