Learn R Programming

rredis (version 1.7.0)

redisExec: redisExec

Description

End a transaction block.

Usage

redisExec()

Arguments

Value

Details

End 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