Skip to content

Redis transactions commands (5/5 implemented)

DISCARD

Discards a transaction.

EXEC

Executes all commands in a transaction.

MULTI

Starts a transaction.

UNWATCH

Forgets about watched keys of a transaction.

WATCH

Monitors changes to keys to determine the execution of a transaction.