Redis - Transactions Exec Command



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
redis_transactions.htm
Advertisements