From 6a26412c920446d5c62d0fb14d1a05cfc7436f57 Mon Sep 17 00:00:00 2001 From: Paolo Date: Thu, 27 Mar 2025 10:55:42 +0100 Subject: [PATCH] Fix incorrect link to docs for fcall_ro command --- redis/commands/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/commands/core.py b/redis/commands/core.py index 271f640dec..a8c327f08f 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -6556,7 +6556,7 @@ def fcall_ro( This is a read-only variant of the FCALL command that cannot execute commands that modify data. - For more information see https://redis.io/commands/fcal_ro + For more information see https://redis.io/commands/fcall_ro """ return self._fcall("FCALL_RO", function, numkeys, *keys_and_args)