Back to Yugabyte Db

TTL

docs/content/stable/yedis/api/ttl.md

2026.1.0.0-b25472 B
Original Source

Synopsis

TTL key

Returns the remaining time to live of a key that has a timeout, in seconds.

Return value

Returns TTL in seconds, encoded as integer response.

Examples

You can do this as shown below.

sh
$ SET yugakey "Yugabyte"
"OK"
sh
$ EXPIRE yugakey 10
(integer) 1
sh
$ TTL yugakey
(integer) 10

See also

set, expire, expireat, pttl