Update Rust crate redis to 0.32.3 #519

Merged
renovate merged 1 commits from renovate/redis-0.x into master 2025-07-11 00:33:40 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 0.29.5 -> 0.32.3

Release Notes

redis-rs/redis-rs (redis)

v0.32.3

Compare Source

0.32.3 (2025-06-30)
Changes & Bug fixes
Documentation & CI improvements

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3

v0.32.2

Compare Source

Changes & Bug fixes

v0.32.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.0...redis-0.32.1

v0.32.0

Compare Source

Changes & Bug fixes

v0.31.0

Compare Source

Changes & Bug fixes

v0.30.0

Compare Source

Changes & Bug fixes
Documentation & CI improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [redis](https://github.com/redis-rs/redis-rs) | dependencies | minor | `0.29.5` -> `0.32.3` | --- ### Release Notes <details> <summary>redis-rs/redis-rs (redis)</summary> ### [`v0.32.3`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.32.3) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3) ##### 0.32.3 (2025-06-30) ##### Changes & Bug fixes - Replace assert with comment. ([#&#8203;1692](https://github.com/redis-rs/redis-rs/pull/1692) by [@&#8203;nihohit](https://github.com/nihohit)) - Ensure Sentinel#master\_for propagates connection errors ([#&#8203;1697](https://github.com/redis-rs/redis-rs/pull/1697) by [@&#8203;bittrance](https://github.com/bittrance)) - Add support for vector set commands ([#&#8203;1673](https://github.com/redis-rs/redis-rs/pull/1673) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - Implement conversions between ValueType and String and use it in its FromRedisValue implementation ([#&#8203;1695](https://github.com/redis-rs/redis-rs/pull/1695) by [@&#8203;skyleo](https://github.com/skyleo)) - Propagate connection error when failing to connect to clustered redis ([#&#8203;1694](https://github.com/redis-rs/redis-rs/pull/1694) by [@&#8203;Nathan-Fenner](https://github.com/Nathan-Fenner)) ##### Documentation & CI improvements - Run all examples as part of CI. (https://github.com/redis-rs/redis-rs/pull/1690 by [@&#8203;nihohit](https://github.com/nihohit)) - Test examples on all redis instances. (https://github.com/redis-rs/redis-rs/pull/1691 by [@&#8203;nihohit](https://github.com/nihohit)) - Fix new lints (https://github.com/redis-rs/redis-rs/pull/1696 by [@&#8203;nihohit](https://github.com/nihohit)) #### New Contributors - [@&#8203;bittrance](https://github.com/bittrance) made their first contribution in https://github.com/redis-rs/redis-rs/pull/1697 - [@&#8203;skyleo](https://github.com/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 ### [`v0.32.2`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.32.2) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.32.1...redis-0.32.2) ##### Changes & Bug fixes - Fix connection leak when connection\_manager is dropped. ([#&#8203;1681](https://github.com/redis-rs/redis-rs/pull/1681) by [@&#8203;magec](https://github.com/magec)) - Fix typed commands for submodules. ([#&#8203;1684](https://github.com/redis-rs/redis-rs/pull/1684) by [@&#8203;nihohit](https://github.com/nihohit)) ### [`v0.32.1`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.32.1) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.32.0...redis-0.32.1) #### What's Changed - Make transaction status of pipelines public ([#&#8203;1663](https://github.com/redis-rs/redis-rs/pull/1663) by [@&#8203;somechris](https://github.com/somechris)) - Pipeline: Add comments explaining offset and count ([#&#8203;1664](https://github.com/redis-rs/redis-rs/pull/1664) by [@&#8203;somechris](https://github.com/somechris)) - prevent Smol tasks from being cancelled when dropped. ([#&#8203;1665](https://github.com/redis-rs/redis-rs/pull/1665) by [@&#8203;nihohit](https://github.com/nihohit)) - extend sentinel api to be a bit more flexible ([#&#8203;1638](https://github.com/redis-rs/redis-rs/pull/1638) by [@&#8203;hugobpx](https://github.com/hugobpx)) - Run doc tests once, not on every test action. ([#&#8203;1671](https://github.com/redis-rs/redis-rs/pull/1671) by [@&#8203;nihohit](https://github.com/nihohit)) - support extended options for ZADD ([#&#8203;1667](https://github.com/redis-rs/redis-rs/pull/1667) by [@&#8203;eakoli](https://github.com/eakoli)) - Fix handling of nested tuples. ([#&#8203;1675](https://github.com/redis-rs/redis-rs/pull/1675) by [@&#8203;nihohit](https://github.com/nihohit)) #### New Contributors - [@&#8203;hugobpx](https://github.com/hugobpx) made their first contribution in https://github.com/redis-rs/redis-rs/pull/1638 - [@&#8203;eakoli](https://github.com/eakoli) made their first contribution in https://github.com/redis-rs/redis-rs/pull/1667 **Full Changelog**: https://github.com/redis-rs/redis-rs/compare/redis-0.32.0...redis-0.32.1 ### [`v0.32.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.32.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.31.0...redis-0.32.0) Changes & Bug fixes - Add missing u128/i128 for ToRedisArgs (https://github.com/redis-rs/redis-rs/pull/1637 by [@&#8203;Kriskras99](https://github.com/Kriskras99)) - Allow for buffer reuse with Cmd (https://github.com/redis-rs/redis-rs/pull/1636 by [@&#8203;Kriskras99](https://github.com/Kriskras99)) - Fix new version lints. (https://github.com/redis-rs/redis-rs/pull/1640 by [@&#8203;nihohit](https://github.com/nihohit)) - Make iterator return an Option v2 (https://github.com/redis-rs/redis-rs/pull/1641 by [@&#8203;threema-donat](https://github.com/threema-donat)) - Add Client Side Caching for async Cluster Connections (https://github.com/redis-rs/redis-rs/pull/1642 by [@&#8203;altanozlu](https://github.com/altanozlu)) - Add new set of typed commands (https://github.com/redis-rs/redis-rs/pull/1480 by [@&#8203;MurrayGroves](https://github.com/MurrayGroves)) - Minimize the lifetime of mutex lock guards (https://github.com/redis-rs/redis-rs/pull/1658 by [@&#8203;svix-jplatte](https://github.com/svix-jplatte)) ### [`v0.31.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.31.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.30.0...redis-0.31.0) ##### Changes & Bug fixes - **BREAKING CHANGE** Remove the `ring` dependency from `rustls`. ([#&#8203;1632](https://github.com/redis-rs/redis-rs/pull/1632) by [@&#8203;nihohit](https://github.com/nihohit)) - Document variadic tuple implementations for FromRedisValue and ToRedisValue ([#&#8203;1617](https://github.com/redis-rs/redis-rs/pull/1617) by [@&#8203;Kriskras99](https://github.com/Kriskras99)) - Add an optional bytes::BufMut function to RedisWrite ([#&#8203;1618](https://github.com/redis-rs/redis-rs/pull/1618) by [@&#8203;Kriskras99](https://github.com/Kriskras99)) - Reorganize flag-frenzy comnfiguration ([#&#8203;1620](https://github.com/redis-rs/redis-rs/pull/1620) by [@&#8203;nihohit](https://github.com/nihohit)) - Make `reserve_space_for_args` take a `IntoIterator` ([#&#8203;1622](https://github.com/redis-rs/redis-rs/pull/1622) by [@&#8203;Kriskras99](https://github.com/Kriskras99)) - Improve Send/Sync checks. ([#&#8203;1623](https://github.com/redis-rs/redis-rs/pull/1623) by [@&#8203;nihohit](https://github.com/nihohit)) - Implement Error::source for the RedisError struct ([#&#8203;1634](https://github.com/redis-rs/redis-rs/pull/1634) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - ConnectionManager: Reconnect when RESP3 is set. ([#&#8203;1612](https://github.com/redis-rs/redis-rs/pull/1612) by [@&#8203;nihohit](https://github.com/nihohit)) ### [`v0.30.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.30.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.29.5...redis-0.30.0) ##### Changes & Bug fixes - Add epoch for CacheManager ([#&#8203;1583](https://github.com/redis-rs/redis-rs/pull/1583) by [@&#8203;altanozlu](https://github.com/altanozlu)) - **Breaking change** Add support for the Smol runtime. ([#&#8203;1606](https://github.com/redis-rs/redis-rs/pull/1606) by [@&#8203;nihohit](https://github.com/nihohit)) - Add support for hash field expiration commands ([#&#8203;1611](https://github.com/redis-rs/redis-rs/pull/1611) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - **Breaking change** Remove deprecated aio::Connection. ([#&#8203;1613](https://github.com/redis-rs/redis-rs/pull/1613) by [@&#8203;nihohit](https://github.com/nihohit)) ##### Documentation & CI improvements - Reduce number of flag-frenzy checks and format file. ([#&#8203;1608](https://github.com/redis-rs/redis-rs/pull/1608) by [@&#8203;nihohit](https://github.com/nihohit)) - Fix `make docs` ([#&#8203;1607](https://github.com/redis-rs/redis-rs/pull/1607) by [@&#8203;somechris](https://github.com/somechris)) - Fail CI on warnings in docs. ([#&#8203;1609](https://github.com/redis-rs/redis-rs/pull/1609) by [@&#8203;nihohit](https://github.com/nihohit)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMC4zIiwidXBkYXRlZEluVmVyIjoiNDEuMzAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-07-11 00:15:04 +00:00
Update Rust crate redis to 0.32.3
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
a98080ad32
renovate scheduled this pull request to auto merge when all checks succeed 2025-07-11 00:15:04 +00:00
renovate merged commit 58c1fc27ed into master 2025-07-11 00:33:40 +00:00
renovate deleted branch renovate/redis-0.x 2025-07-11 00:33:40 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#519
No description provided.