Features
- Expose
retry_policyto client constructors - Expose
noevictin client constructors - Add initial support for redis 7.2
- Expose
notouchin client constructors - Add support for
client_no_touch - Add support for `client_setinfo``
- Add support for
waitaof - Add new
withscoreargument forzrank&zrevrank - Add new context manager
ensure_persistence
- Expose
Bug Fix
- Fix leaked connections when using
ensure_replication - Improve handling of cancellation errors
- Improve handling of timeout errors
- Ensure cluster commands routed to random nodes use
primaries by default