Monitors changes to keys to determine the execution of a transaction.
WATCH key [key…]
WATCH
Marks the given keys to be watched for conditional execution of a transaction.
Simple string reply: OK.
OK
O(1) for every key.
@fast @transaction
DISCARD, EXEC, MULTI, UNWATCH.