Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-30 | 1.3 kB | |
redis-0.32.3 source code.tar.gz | 2025-06-30 | 355.2 kB | |
redis-0.32.3 source code.zip | 2025-06-30 | 409.7 kB | |
Totals: 3 Items | 766.2 kB | 0 |
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. (https://github.com/redis-rs/redis-rs/pull/1690 by @nihohit)
- Test examples on all redis instances. (https://github.com/redis-rs/redis-rs/pull/1691 by @nihohit)
- Fix new lints (https://github.com/redis-rs/redis-rs/pull/1696 by @nihohit)
New Contributors
- @bittrance made their first contribution in https://github.com/redis-rs/redis-rs/pull/1697
- @skyleo made their first contribution in https://github.com/redis-rs/redis-rs/pull/1695
Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3