Back to Developer Roadmap

WATCH

src/data/roadmaps/redis/content/[email protected]

4.0315 B
Original Source

WATCH

The WATCH command marks the given keys to be watched for conditional execution of a transaction. It's a critical component of Redis's approach to handling race conditions in multi-key transactions.

Learn more from the following resources: