Releases: IlyaSkriblovsky/txredisapi
Releases · IlyaSkriblovsky/txredisapi
1.4.9
1.4.7
Bugfixes
- SentinelRedisProtocol.connectionMade not returns Deferred so subclasses might
schedule interaction when connection is ready
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)
txredisapi-1.3
- handle canceled method calls (PR #83 dpkp)
- improve test coverage (PR #78 jeethu)
- add optional convertNumbers parameter to prevent conversion of str to numeric types (PR #77 jeethu)
- fix multiple queued commands during watch (PR #76 iksteen)
- add fig testing (gleicon)
- add support for TIME command (PR #74 Viktor Kuptsov)
- add support for SCAN/SSCAN/HSCAN/ZSCAN commands (PR #71 ioga)
- add optional connectTimeout and replyTimeout parameters to all Connection methods (PR #67 jakm)
- getConnection() now blocks if reconnect=True (PR #68 jakm)