Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@Grokzen Grokzen released this 19 Aug 22:18

2.0.0 (Aug 19, 2019)

  • Update entire code base to now support all redis-py version in the 3.0.x version line. Any future redis-py version will be supported at a later time.
  • Major update to all tests to mirror the code of the same tests from redis-py
  • Dropped support for the 2.10.6 redis-py release.
  • Add pythoncodestyle lint validation check to travis-ci runs to check for proper linting before accepting PR:s
  • Class StrictRedisCluster was renamed to RedisCluster
  • Class StrictRedis has been removed to mirror upstream class structure
  • Class StrictClusterPipeline was renamed to ClusterPipeline
  • Fixed travis-ci tests not running properly on python 3.7
  • Fixed documentation regarding threads in pipelines
  • Update lit of command callbacks and parsers. Added in "CLIENT ID"
  • Removed custom implementation of SORT and revert back to use same-slot mechanism for that command.
  • Added better exception message to get_master_node_by_slot command to help the user understand the error.
  • Improved the exception object message parsing when running on python3