/man/redisExec.Rd
http://github.com/bwlewis/rredis · Unknown · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · b6c307921050777ba59ad964b5ee977c MD5 · raw file
- \name{redisExec}
- \alias{redisExec}
- \title{redisExec}
- \description{End a transaction block.}
- \usage{
- redisExec()
- }
- \details{End 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{The results of all queued functions are returned in a list.}
- \references{
- http://redis.io/commands
- }
- \author{
- B. W. Lewis
- }