We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3680b commit d6fad87Copy full SHA for d6fad87
redis/commands/core.py
@@ -1864,7 +1864,7 @@ def watch(self, *names):
1864
"""
1865
Watches the values at keys ``names``, or None if the key doesn't exist
1866
1867
- For more information check https://redis.io/commands/type
+ For more information check https://redis.io/commands/watch
1868
1869
warnings.warn(DeprecationWarning("Call WATCH from a Pipeline object"))
1870
0 commit comments