EXPIRETIME

EXPIRETIME key
Railroad diagram for EXPIRETIME
expiretime(
    key: KeyT
) → int
Available since:
Redis Open Source 7.0.0
Time complexity:
O(1)
ACL categories:
@keyspace, @read, @fast,
Compatibility:
Redis Software and Redis Cloud compatibility

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.

Required arguments

key

The name of the key.

Examples

SET mykey "Hello" EXPIREAT mykey 33177117420 EXPIRETIME mykey

Redis Software and Redis Cloud compatibility

Redis
Software
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

One of the following:

One of the following:

RATE THIS PAGE
Back to top ↑
Morty Proxy This is a proxified and sanitized view of the page, visit original site.