Generic

PTTL

Return the expiration in milliseconds of a key.

Arguments

keybodystringrequired

The key

Response

integerrequired

The number of milliseconds until this expires, negative if the key does not exist or does not have an expiration set.

Example
const millis = await redis.pttl(key);
Loading search…