diff options
Diffstat (limited to 'redis/commands/core.py')
-rw-r--r-- | redis/commands/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redis/commands/core.py b/redis/commands/core.py index cef0c28..5074e80 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -1864,7 +1864,7 @@ class BasicKeyCommands: """ 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")) |