Skip to content

Commit

Permalink
Fix for #1776
Browse files Browse the repository at this point in the history
  • Loading branch information
varunchopra committed Jan 26, 2022
1 parent 9292e56 commit 597dcb4
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 597dcb4

Please sign in to comment.