- 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