/man/redisMulti.Rd

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

  1. \name{redisMulti}
  2. \alias{redisMulti}
  3. \title{redisMulti}
  4. \description{Start a transaction block.}
  5. \usage{
  6. redisMulti()
  7. }
  8. \details{Begin 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{"OK" indicates the transaction has begun.}
  13. \references{
  14. http://redis.io/commands
  15. }
  16. \author{
  17. B. W. Lewis
  18. }