Skip to content

Commit e4b1fba

Browse files
authored
Fix incorrect link to docs for fcall_ro command (#3576)
1 parent 7bfd4c5 commit e4b1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6556,7 +6556,7 @@ def fcall_ro(
65566556
This is a read-only variant of the FCALL command that cannot
65576557
execute commands that modify data.
65586558
6559-
For more information see https://redis.io/commands/fcal_ro
6559+
For more information see https://redis.io/commands/fcall_ro
65606560
"""
65616561
return self._fcall("FCALL_RO", function, numkeys, *keys_and_args)
65626562

0 commit comments

Comments
 (0)