summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/multi.md
blob: dc8789249d16a6f91309ea1931f03027d55c7143 (plain)
1
2
3
4
5
6
7
8
Marks the start of a [transaction][tt] block.
Subsequent commands will be queued for atomic execution using `EXEC`.

[tt]: /topics/transactions

@return

@simple-string-reply: always `OK`.