diff --git a/redis/commands/core.py b/redis/commands/core.py index cef0c28e57..5074e8064d 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -1864,7 +1864,7 @@ def watch(self, *names): """ Watches the values at keys ``names``, or None if the key doesn't exist - For more information check https://redis.io/commands/type + For more information check https://redis.io/commands/watch """ warnings.warn(DeprecationWarning("Call WATCH from a Pipeline object"))