Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisExec

redisExec


Description

End a transaction block.

Usage

redisExec()

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.

Value

The results of all queued functions are returned in a list.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.