Generic
PERSIST
Remove any timeout set on the key.
Arguments
keybodystringrequired
The key to persist
Response
integerrequired
1 if the timeout was removed, 0 if key does not exist or does not have an associated timeout.
Example
await redis.persist(key);