Function RedisValue.persist
Removes any existing expiration time for the key
.
Prototype
bool persist();
Returns
true iff the key
exists
and an existing timeout was removed.
See also
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.