Skip to content

Commit d6fad87

Browse files
authored
docs: fix the wrong link to watch command (#1984)
1 parent ec3680b commit d6fad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ def watch(self, *names):
18641864
"""
18651865
Watches the values at keys ``names``, or None if the key doesn't exist
18661866
1867-
For more information check https://redis.io/commands/type
1867+
For more information check https://redis.io/commands/watch
18681868
"""
18691869
warnings.warn(DeprecationWarning("Call WATCH from a Pipeline object"))
18701870

0 commit comments

Comments
 (0)