redis-0.32.3
0.32.3 (2025-06-30)
Changes & Bug fixes
- Replace assert with comment. (#1692 by @nihohit)
- Ensure Sentinel#master_for propagates connection errors (#1697 by @bittrance)
- Add support for vector set commands (#1673 by @StefanPalashev)
- Implement conversions between ValueType and String and use it in its FromRedisValue implementation (#1695 by @skyleo)
- Propagate connection error when failing to connect to clustered redis (#1694 by @Nathan-Fenner)
Documentation & CI improvements
- Run all examples as part of CI. (#1690 by @nihohit)
- Test examples on all redis instances. (#1691 by @nihohit)
- Fix new lints (#1696 by @nihohit)
New Contributors
- @bittrance made their first contribution in #1697
- @skyleo made their first contribution in #1695
Full Changelog: redis-0.32.2...redis-0.32.3