Redis Commands

Docs  >   Redis Commands   >  U   >   Unwatch

Top

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.