Bug Fix: RedisList.__eq__()
logic
What's Changed
- Use tuple unpacking instead of itertools.chain() by @brainix in #471
- Upgrade requirements by @brainix in #472
- Configure VSCode to run unit tests by @brainix in #473
- Delete misleading comment and line of code by @brainix in #474
- Upgrade requirements by @brainix in #475
- Fix RedisList.eq() by @brainix in #476
Full Changelog: v1.4.4...v1.4.5