summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/discard.md
blob: d84b50331c9cb9f41e065a4a48ba6c4768d7fe28 (plain)
1
2
3
4
5
6
7
8
9
10
Flushes all previously queued commands in a [transaction][tt] and restores the
connection state to normal.

[tt]: /topics/transactions

If `WATCH` was used, `DISCARD` unwatches all keys watched by the connection.

@return

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