Skip to content

txredisapi-1.3

Compare
Choose a tag to compare
@dpkp dpkp released this 30 Jun 05:57
· 98 commits to master since this release
  • 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)