Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.2.0 source code.tar.gz | 2025-05-27 | 4.9 MB | |
6.2.0 source code.zip | 2025-05-27 | 5.0 MB | |
README.md | 2025-05-27 | 998 Bytes | |
Totals: 3 Items | 9.8 MB | 0 |
Changes
π New Features
- Add
dynamic_startup_nodes
parameter to async RedisCluster (#3646) - Support RESP3 with
hiredis-py
parser (#3648) - [Async] Support for transactions in async
RedisCluster
client (#3649)
π Bug Fixes
- Revert wrongly changed default value for
check_hostname
when instantiatingRedisSSLContext
(#3655) - Fixed potential deadlock from unexpected
__del__
call (#3654)
π§° Maintenance
- Update
search_json_examples.ipynb
: Fix the old importindexDefinition
->index_definition
(#3652) - Remove mandatory update of the CHANGES file for new PRs. Changes file will be kept for history for versions < 4.0.0 (#3645)
- Dropping
Python 3.8
support as it has reached end of life (#3657) - fix(doc): update Python print output in json doctests (#3658)
- Update redis-entraid dependency (#3661)
We'd like to thank all the contributors who worked on this release! @JCornat @ShubhamKaudewar @uglide @petyaslavova @vladvildanov