/man/redisMulti.Rd
http://github.com/bwlewis/rredis · Unknown · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · 23bdd89d74a7ff5a407b1a6e3bf86eba MD5 · raw file
- \name{redisMulti}
- \alias{redisMulti}
- \title{redisMulti}
- \description{Start a transaction block.}
- \usage{
- redisMulti()
- }
- \details{Begin a transaction block. All Redis statements issued after
- \code{redisMulti} will be queued locally and then sent to the Redis
- server en masse once the \code{redisExec} function is issued.
- }
- \value{"OK" indicates the transaction has begun.}
- \references{
- http://redis.io/commands
- }
- \author{
- B. W. Lewis
- }