kevy

EXPIRE

Set a key's TTL in seconds (non-positive TTL deletes the key).

SyntaxEXPIRE key seconds
Groupgeneric
Arity3
Since1.0.0
Flagswrite
ComplexityO(1)
Redis compatibilitydiffers: the NX / XX / GT / LT condition flags are not parsed — arity is fixed at 3, so EXPIRE key seconds NX is a wrong-arity error

← All commands