| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.0.1 source code.tar.gz | 2026-05-14 | 259.9 kB | |
| 3.0.1 source code.zip | 2026-05-14 | 291.9 kB | |
| README.md | 2026-05-14 | 362 Bytes | |
| Totals: 3 Items | 552.2 kB | 0 | |
- Fix bug in redis version parsing when using Elasticache or any other that sends major/minor. redis-py incorrectly parses these as floats because there's only a single decimal, so the version check was breaking.
- Rename max task option
--max-tasks(previously was--max_tasks).