
Last chance! 50% off unlimited learning
Sale ends in
redisExpire(key, seconds)
redisPexpire(key, milliseconds)
redisExpire
function clear the timeout, removing the expiration.
The redisExpire
function can't set a new timeout value once a timeout
has been set on a key.
redisExpireAt
## Not run:
# redisConnect()
# redisLPush('x',runif(5))
# redisExpire('x', 3)
# ## End(Not run)
Run the code above in your browser using DataLab