- Usage:
- 
            WATCH key [ key ... ]
- Complexity:
- O(1) for every key.
- Since:
- 2.2.0
- ACL Categories:
- @transaction, @fast
Marks the given keys to be watched for conditional execution of a transaction.
RESP2/RESP3 Reply
Simple string reply: OK.
             WATCH
            
            
          key  
        
            [   key   ... ]
        
            
            
        Marks the given keys to be watched for conditional execution of a transaction.
Simple string reply: OK.