UNWATCH
          
        
        
        
        
        
        
        Syntax
        UNWATCH
- Available since:
- Redis Open Source 2.2.0
- Time complexity:
- O(1)
- ACL categories:
- 
              
                @fast,@transaction,
Flushes all the previously watched keys for a transaction.
If you call EXEC or DISCARD, there's no need to manually call UNWATCH.
Return information
        Simple string reply: 
    
      
      
      
      
    
  OK.