Skip to content

Commit

Permalink
Fixing LMOVE, BLMOVE returning an incorrect response (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunchopra committed Jan 27, 2022
1 parent 9292e56 commit 24cdd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/client.py
Expand Up @@ -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(
Expand Down

0 comments on commit 24cdd70

Please sign in to comment.