Migrating to Redis Python v7.1.0
Version v7.1.0 introduces 1 breaking change. This guide details how to update your code.
Released: 11/19/2025
1
Breaking Changes
2
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
health_check.HealthChecksentinel.parse_functionscommand_cache.generate_keycluster.READ_COMMANDSBreaking Changes
●Issue #1
Replace default health check and failure detector with a custom implementation (see issue #3822). This may break existing health‑check integrations; update your health‑check configuration to use the new custom health check class.
Migration Steps
- 1Update health‑check configuration to use the new custom health check and failure detector as the defaults have changed (see #3822).
- 2If you rely on the previous health‑check behavior, review and adjust any custom health‑check logic accordingly.
Release Summary
The release adds MSETEX, CLAIM for XREADGROUP, routing policies, and experimental CAS/CAD and HYBRID search support, while removing Python 3.9 support and changing the default health‑check implementation, which requires migration steps.
Need More Details?
View the full release notes and all changes for Redis Python v7.1.0.
View Full Changelog