Function RedisValue.persist
Removes any existing expiration time for the key.
bool persist();
Returns
true
iff the key exists and an existing timeout was removed.
Removes any existing expiration time for the key.
bool persist();
true
iff the key exists and an existing timeout was removed.