1.4.6
Bugfixes
-
Fixed authentication with Sentinel
-
replyTimeout connection argument fixed. All query methods except
blpop()
,
brpop()
,brpoplpush()
now raiseTimeoutError
if reply wasn't received
withinreplyTimeout
seconds. -
allow any commands to be sent via SubscriberProtocol
-
Fixed bug in handling responses from Redis when MULTI is issued right after
another bulk command (SMEMBERS for example)