diff --git a/redis/commands/core.py b/redis/commands/core.py index 8986a48de2..1d19e33f2c 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -2496,7 +2496,7 @@ def watch(self, *names: KeyT) -> None: def unwatch(self) -> None: """ - Unwatches the value at key ``name``, or None of the key doesn't exist + Unwatches all previously watched keys for a transaction For more information see https://redis.io/commands/unwatch """