Redis – Transactions Exec Command

  • Post author:
  • Post category:Redis
  • Post comments:1 Comment

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

This Post Has One Comment

Leave a Reply