summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarun Chopra <v@chopraaa.com>2022-01-27 12:49:24 +0530
committerGitHub <noreply@github.com>2022-01-27 09:19:24 +0200
commit24cdd70761c7c275d5010f628f83d919bf35fc90 (patch)
tree72d925c6785d03522e7a7f6d9f7dfecd1df2fdaa
parent9292e56a26e90a833763dabd92d0c848eecc6685 (diff)
downloadredis-py-24cdd70761c7c275d5010f628f83d919bf35fc90.tar.gz
Fixing LMOVE, BLMOVE returning an incorrect response (#1906)
-rwxr-xr-xredis/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/redis/client.py b/redis/client.py
index 612f911..1317cb6 100755
--- a/redis/client.py
+++ b/redis/client.py
@@ -658,8 +658,8 @@ class Redis(RedisModuleCommands, CoreCommands, SentinelCommands):
RESPONSE_CALLBACKS = {
**string_keys_to_dict(
"AUTH COPY EXPIRE EXPIREAT PEXPIRE PEXPIREAT "
- "HEXISTS HMSET LMOVE BLMOVE MOVE "
- "MSETNX PERSIST PSETEX RENAMENX SISMEMBER SMOVE SETEX SETNX",
+ "HEXISTS HMSET MOVE MSETNX PERSIST "
+ "PSETEX RENAMENX SISMEMBER SMOVE SETEX SETNX",
bool,
),
**string_keys_to_dict(