Version HistoryΒΆ

  • 0.8.0 - released 2018-07-20
    • Add List commands (9 of 17) (#7 - dave-shawley)
    • Add zcard() (#8 - ibnpaul)
    • Add zscore() (#8 - ibnpaul)
    • Documentation fixes (#6 - Zephor5)
  • 0.7.0 - released 2017-02-03
  • 0.7.0 - released 2017-02-02
  • 0.6.0 - released 2017-01-27
    • Add zrem() to the Sorted Sets commands
    • Locate master and reconnect when a READONLY response is received
    • Add time() command
  • 0.5.0 - released 2016-11-08
  • 0.4.0 - released 2016-01-25
  • 0.3.0 - released 2016-01-18
    • Remove broken pipelining implementation
    • Add scripting commands
  • 0.2.1 - released 2015-11-23
    • Add hiredis to the requirements
  • 0.2.0 - released 2015-11-23
    • Add per-command execution locking, preventing errors with concurrency in command processing - Clean up connection logic to simplify connecting to exist within the command execution lock instead of maintaining its own event
    • Add all missing methods in the strings category
    • Add hyperloglog methods
    • Add support for mixins to extend core tredis.RedisClient methods in future versions
    • Significant updates to docstrings
  • 0.1.0 - released 2015-11-20
    • initial version