diff options
author | Jason Huang <huangmianrui0310@outlook.com> | 2022-02-15 19:10:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 13:10:01 +0200 |
commit | d6fad87fab5275125556ff4db6a3a66f596ebb12 (patch) | |
tree | 9567c22f6be53e30aab3ae72a43695a13cd5640d /redis/commands | |
parent | ec3680bcdd268914626fd1679fe24401ac50dc9a (diff) | |
download | redis-py-d6fad87fab5275125556ff4db6a3a66f596ebb12.tar.gz |
docs: fix the wrong link to watch command (#1984)
Diffstat (limited to 'redis/commands')
-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")) |