From c8dfe158ad0d28ad62965d5da9fb8dc860251be0 Mon Sep 17 00:00:00 2001 From: Akuli Date: Wed, 15 Dec 2021 14:26:31 +0200 Subject: Fix link in lmove docstring (#1793) --- 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 fec3095..62e3ba8 100644 --- a/redis/commands/core.py +++ b/redis/commands/core.py @@ -1244,7 +1244,7 @@ class BasicKeyCommands: pushing it as the first/last element on the destination list. Returns the element being popped and pushed. - For more information check https://redis.io/commands/lmov + For more information check https://redis.io/commands/lmove """ params = [first_list, second_list, src, dest] return self.execute_command("LMOVE", *params) -- cgit v1.2.1