/man/redisExec.Rd

http://github.com/bwlewis/rredis · Unknown · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · b6c307921050777ba59ad964b5ee977c MD5 · raw file

  1. \name{redisExec}
  2. \alias{redisExec}
  3. \title{redisExec}
  4. \description{End a transaction block.}
  5. \usage{
  6. redisExec()
  7. }
  8. \details{End a transaction block. All Redis statements issued after
  9. \code{redisMulti} will be queued locally and then sent to the Redis
  10. server en masse once the \code{redisExec} function is issued.
  11. }
  12. \value{The results of all queued functions are returned in a list.}
  13. \references{
  14. http://redis.io/commands
  15. }
  16. \author{
  17. B. W. Lewis
  18. }