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 f8a1341 commit a9155f4Copy full SHA for a9155f4
redis/commands/core.py
@@ -6556,7 +6556,7 @@ def fcall_ro(
6556
This is a read-only variant of the FCALL command that cannot
6557
execute commands that modify data.
6558
6559
- For more information see https://redis.io/commands/fcal_ro
+ For more information see https://redis.io/commands/fcall_ro
6560
"""
6561
return self._fcall("FCALL_RO", function, numkeys, *keys_and_args)
6562
0 commit comments