summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/multi.md
blob: 9ed46b656d05d27badb9ecfea5980466d5392dcc (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`.