Skip to content

Commit 923ab4f

Browse files
committed
Fix parsing of the is_master attribute in the URL
1 parent b4fcbaa commit 923ab4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -956,6 +956,7 @@ def to_bool(value):
956956
"health_check_interval": int,
957957
"ssl_check_hostname": to_bool,
958958
"timeout": float,
959+
"is_master": to_bool,
959960
}
960961

961962

0 commit comments

Comments
 (0)