Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Redis Transactions: UNWATCH

Description

Redis UNWATCH command is used to flush all the previously watched keys for a transaction.

Syntax:

UNWATCH 

Available since

2.2.0.

Return Value

Simple string reply: always OK.

Return Value Type

String

Previous: MULTI
Next: WATCH