v6.0.0b2
📦 redis-pythonView on GitHub →
✨ 2 features🐛 3 fixes🔧 5 symbols
Summary
This release introduces experimental VectorSet command support and sentinel failover info, fixes recursive health checks and other bugs, and adds a shutdown-before-close improvement.
Migration Steps
- Call shutdown() before close() on connections as per #3567.
- Update code to use the new VectorSet command interface if applicable.
✨ New Features
- Added support for VectorSet commands (#3584).
- Added documentation for sentinel handling failover when acquiring Redis client with master_for() method (#3578).
🐛 Bug Fixes
- Fixed infinite recursion in health checks (#3557).
- Truncated pipeline exception messages to a reasonable size (#3530).
- Fixed incorrect documentation link for fcall_ro command (#3576).