
Last chance! 50% off unlimited learning
Sale ends in
redisLPop
will return "a" and the list will become "b","c".
redisLPop(key, ...)
raw=TRUE
to skip de-serialization of the data.redisRPop
, redisLPush
## Not run:
# redisConnect()
# redisLPush('a',1)
# redisLPush('a',2)
# redisLPush('a',3)
# redisLPop('a')
# ## End(Not run)
Run the code above in your browser using DataLab