Version 4.2.0rc3
Pre-release
Pre-release
github-actions
released this
14 Mar 15:16
·
506 commits
to refs/heads/master
since this release
Changes
🚀 New Features
- Add support for SORT_RO available in redis 7(#1858)
- Added support for redisearch module commands in cluster (#2042)
- Add support for PEXPIREAT command options available in redis 7 (#2027)
- Add support for PEXPIRE command option available in redis 7 (#2026)
- Add support for EXPIREAT command options available in redis 7 (#2024)
- Add support for EXPIRE command's options available in redis 7 (#2002)
- SSL connections can now load certificates from strings instead of just files (#2048)
- Add support for CLUSTER LINKS available in redis 7 (#2019)
- Add support for CLUSTER DELSLOTSRANGE available in redis 7 (#2018)
- Add support for CLUSTER ADDSLOTSRANGE available in redis 7 (#2017)
🐛 Bug Fixes
- Fix TypeError in graph commands (#2050)
- Async - ensure redis_connect_func is set on uds connection (#2046)
🧰 Maintenance
- Fix: avoiding issue with PytestUnraisableExceptionWarning (#1458)
- Documentation typos (#2045, #2043)
Contributors
We'd like to thank all the contributors who worked on this release!
@advance512, @dogukanteber, @dvora-h, @fuho, @lazToum and @razzeee