Description
Remove the existing timeout on a key, turning the key from volatile (a key with an expire set) to persistent (a key that will never expire as no timeout is associated).Method Signature
Parameters
string
required
The key to remove expiration from
Return Value
0 | 1
1if the timeout was removed0if key does not exist or does not have an associated timeout