Features
- Expose
retry_policy
to client constructors - Expose
noevict
in client constructors - Add initial support for redis 7.2
- Expose
notouch
in client constructors - Add support for
client_no_touch
- Add support for `client_setinfo``
- Add support for
waitaof
- Add new
withscore
argument 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