Skip to content

Releases: IlyaSkriblovsky/txredisapi

1.4.9

18 Mar 09:15
Compare
Choose a tag to compare
  • SSL connection support

1.4.7

03 Dec 07:49
Compare
Choose a tag to compare

Bugfixes

  • SentinelRedisProtocol.connectionMade not returns Deferred so subclasses might
    schedule interaction when connection is ready

1.4.6

20 Nov 14:02
9e95128
Compare
Choose a tag to compare

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)

txredisapi-1.3

30 Jun 05:57
Compare
Choose a tag to compare
  • 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)