Skip to content

1.0.0 Release

Latest
Compare
Choose a tag to compare
@playpauseandstop playpauseandstop released this 18 Feb 18:51
· 3 commits to master since this release
  • Drop Python 2.6 & 3.3 support, ensure Python 3.6+ support. Kudos to jezdez for pull request & implementation
  • Support subclasses of the Redis client class. Again kudos to jezdez for pull request & implementation
  • Use inspect.getfullargspec() if available. Kudos to vibiu for pull request & implementation
  • Use redis.Redis as default connection class, when using redis-py >= 3