UNWATCH

redis and transactions | Mar 12, 2016 • Ding Jiao

Flushes all the previously watched keys for a transaction.

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

@return

@simple-string-reply: always OK.