summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/unwatch.md
blob: b60bcb80402a86b16534c37d0f82778ca7723313 (plain)
1
2
3
4
5
6
7
8
9
Flushes all the previously watched keys for a [transaction][tt].

[tt]: /topics/transactions

If you call `EXEC` or `DISCARD`, there's no need to manually call `UNWATCH`.

@return

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