Skip to content

Commit 24cdd70

Browse files
author
Varun Chopra
authored
Fixing LMOVE, BLMOVE returning an incorrect response (#1906)
1 parent 9292e56 commit 24cdd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ class Redis(RedisModuleCommands, CoreCommands, SentinelCommands):
658658
RESPONSE_CALLBACKS = {
659659
**string_keys_to_dict(
660660
"AUTH COPY EXPIRE EXPIREAT PEXPIRE PEXPIREAT "
661-
"HEXISTS HMSET LMOVE BLMOVE MOVE "
662-
"MSETNX PERSIST PSETEX RENAMENX SISMEMBER SMOVE SETEX SETNX",
661+
"HEXISTS HMSET MOVE MSETNX PERSIST "
662+
"PSETEX RENAMENX SISMEMBER SMOVE SETEX SETNX",
663663
bool,
664664
),
665665
**string_keys_to_dict(

0 commit comments

Comments
 (0)