Redis EXEC command executes all previously queued commands in a transaction and restores the connection state to normal.
Return Value
Array reply, each element being the reply to each of the commands in the atomic transaction.
Syntax
Following is the basic syntax of Redis EXEC command.
redis 127.0.0.1:6379> EXEC
Pingback: Redis - Transactions - Adglob Infosystem Pvt Ltd