Generic
EXPIREAT
Sets a timeout on key. The key will automatically be deleted.
Arguments
The key to set the timeout on.
A unix timestamp in seconds at which point the key will expire.
Response
1
if the timeout was set, 0
otherwise
Was this page helpful?