- Fix SubscriberProtocol to work with charset=None (#150)
- SSL connection support
- SentinelRedisProtocol.connectionMade not returns Deferred so subclasses might schedule interaction when connection is ready
-
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)
- Python 2.6 support
- Increasing memory consumption after many subscribe & unsubscribe commands
- Redis Sentinel support