Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

EXEC

Syntax
EXEC
Available since:
Redis CE 1.2.0
Time complexity:
Depends on commands in the transaction
ACL categories:
@slow, @transaction,

Executes all previously queued commands in a transaction and restores the connection state to normal.

When using WATCH, EXEC will execute commands only if the watched keys were not modified, allowing for a check-and-set mechanism.

RESP2 Reply

One of the following:

RESP3 Reply

One of the following:


RATE THIS PAGE
Back to top ↑