Skip to content

1.4.6

Compare
Choose a tag to compare
@IlyaSkriblovsky IlyaSkriblovsky released this 20 Nov 14:02
· 17 commits to master since this release
9e95128

Bugfixes

  • Fixed authentication with Sentinel

  • replyTimeout connection argument fixed. All query methods except blpop(),
    brpop(), brpoplpush() now raise TimeoutError if reply wasn't received
    within replyTimeout 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)