Learn R Programming

rredis (version 1.7.0)

redisMulti: redisMulti

Description

Start a transaction block.

Usage

redisMulti()

Arguments

Value

Details

Begin a transaction block. All Redis statements issued after redisMulti will be queued locally and then sent to the Redis server en masse once the redisExec function is issued.

References

http://redis.io/commands