chore(deps): update rust crate redis to v1.7.0 #46

Open
renovate wants to merge 1 commit from renovate/redis-1.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 1.0.41.7.0

Release Notes

redis-rs/redis-rs (redis)

v1.7.0

Compare Source

1.7.0 (2026-09-05)
Changes & Bug fixes
CI & operational improvements

v1.6.0

Compare Source

Changes & Bug fixes
CI & operational improvements

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.5.0...redis-1.5.1

v1.5.0

Compare Source

Changes & Bug fixes
CI & operational improvements

v1.4.1

Compare Source

Changes & Bug fixes
CI & operational improvements

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.4.0...redis-1.4.1

v1.4.0

Compare Source

Changes & Bug fixes
CI & operational improvements

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0

v1.3.0

Compare Source

Changes & Bug fixes

Add numbered databases support for the cluster client (#​2146 by @​virratanasangpunth)
fix(cluster): clamp retry backoff upper bound after min-wait floor (#​2158 by @​nihohit)
docs/ci: add wasm32-wasip2 build support for tokio-comp (#​2153 by @​Prashantsinghchouhan)
Add Bloom filter support (#​2117 by @​somechris)

CI & operational improvements

tests/version: Parse all available versions (Valkey, modules, ...) (Version refactor 6/10) (#​2143 by @​somechris)
tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (Version refactor 7/10) (#​2144 by @​somechris)
tests/version: Drop Redis binary version parsing (Version refactor 8/10) (#​2145 by @​somechris)
tests: Drop VERSION from version constants (version refactor 9/10) (#​2147 by @​somechris)
Fix flakey object tests (#​2160 by @​nihohit)
tests: Add test guards for Valkey servers (Version refactor 10/10) (#​2148 by @​somechris)

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0

v1.2.4

Compare Source

Changes & Bug fixes
CI & operational improvements
  • tests/cluster_async: Switch to positive version checking (Version refactor 1/8) (#​2138 by @​somechris)
  • tests/basic: Switch version checks to constant (Version refactor 2/8) (#​2139 by @​somechris)
  • tests: Split off version code into dedicated module (Version refactor 3/10) (#​2140 by @​somechris)
  • tests/version: Add TestClusterVersioning trait for version handling (Version refactor 4/10) (#​2141 by @​somechris)
  • tests: Delegate version comparison to TestClusterVersioning (Version refactor 5/10) (#​2142 by @​somechris)
  • tests/version: Require ownership to check version support (Version refactor 5b/10) (#​2152 by @​somechris)
  • tests: Use server binary from env to detect major version (#​2149 by @​somechris)

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.2.3...redis-1.2.4

v1.2.3

Compare Source

Changes & Bug fixes
CI & operational improvements

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.2.2...redis-1.2.3

v1.2.2

Compare Source

What's Changed

v1.2.1

Compare Source

Changes & Bug fixes
CI improvements

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.1.0...redis-1.2.0

v1.1.0

Compare Source

1.1.0 (2026-03-20)
Changes & Bug fixes
CI improvements

v1.0.5

Compare Source

Changes & Bug fixes
CI improvements

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [redis](https://github.com/redis-rs/redis-rs) | dependencies | minor | `1.0.4` → `1.7.0` | --- ### Release Notes <details> <summary>redis-rs/redis-rs (redis)</summary> ### [`v1.7.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.7.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.6.0...redis-1.7.0) ##### 1.7.0 (2026-09-05) ##### Changes & Bug fixes - Add the `FT.CREATE` command builder and index schema (WIP) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev) in [#&#8203;2303](https://github.com/redis-rs/redis-rs/pull/2303) - Add support for the `INCREX` command by [@&#8203;StefanPalashev](https://github.com/StefanPalashev) in [#&#8203;2216](https://github.com/redis-rs/redis-rs/pull/2216) - Switch to `combine` version with `opaque` fix by [@&#8203;somechris](https://github.com/somechris) in [#&#8203;2322](https://github.com/redis-rs/redis-rs/pull/2322) - Report the underlying error from the r2d2 `is_valid` health check by [@&#8203;AbhinavMir](https://github.com/AbhinavMir) in [#&#8203;2321](https://github.com/redis-rs/redis-rs/pull/2321) - MultiplexedConnection: Fix reporting errors on RESP3 & Unix by [@&#8203;nihohit](https://github.com/nihohit) in [#&#8203;2350](https://github.com/redis-rs/redis-rs/pull/2350) ##### CI & operational improvements - ci: Bump minor server versions to latest by [@&#8203;somechris](https://github.com/somechris) in [#&#8203;2357](https://github.com/redis-rs/redis-rs/pull/2357) - spelling: Change `infos` to `info` by [@&#8203;somechris](https://github.com/somechris) in [#&#8203;2374](https://github.com/redis-rs/redis-rs/pull/2374) - Fix latest nightly lints by [@&#8203;nihohit](https://github.com/nihohit) in [#&#8203;2378](https://github.com/redis-rs/redis-rs/pull/2378) - docs: Split development parts in README.md into dedicated documents by [@&#8203;somechris](https://github.com/somechris) in [#&#8203;2331](https://github.com/redis-rs/redis-rs/pull/2331) ### [`v1.6.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.6.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.5.0...redis-1.6.0) ##### Changes & Bug fixes - Add XNACK command for Redis streams ([2119#](https://github.com/redis-rs/redis-rs/pull/2119) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - Allow limiting number of reconnect attempts ([2298#](https://github.com/redis-rs/redis-rs/pull/2298) by [@&#8203;nihohit](https://github.com/nihohit)) - Restrict sentinel creation to Sentinel nodes ([2308#](https://github.com/redis-rs/redis-rs/pull/2308) by [@&#8203;nihohit](https://github.com/nihohit)) - fix: cluster-async: propagate ASKING command failures ([2305#](https://github.com/redis-rs/redis-rs/pull/2305) by [@&#8203;freedom-winds](https://github.com/freedom-winds)) - Add `CreateOptions` for the Search module's `FT.CREATE` command \[1/8] ([2302#](https://github.com/redis-rs/redis-rs/pull/2302) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - fix: reset all nested redirect routes before retrying ([2306#](https://github.com/redis-rs/redis-rs/pull/2306) by [@&#8203;freedom-winds](https://github.com/freedom-winds)) ##### CI & operational improvements - Enable even more lints ([2300#](https://github.com/redis-rs/redis-rs/pull/2300) by [@&#8203;nihohit](https://github.com/nihohit)) - Enable more lints ([2299#](https://github.com/redis-rs/redis-rs/pull/2299) by [@&#8203;nihohit](https://github.com/nihohit)) #### New Contributors - [@&#8203;freedom-winds](https://github.com/freedom-winds) made their first contribution in [#&#8203;2305](https://github.com/redis-rs/redis-rs/pull/2305) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.5.0...redis-1.5.1> ### [`v1.5.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.5.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.4.1...redis-1.5.0) ##### Changes & Bug fixes - docs: Remove remarks about Redis docs to `BF.MEXISTS` being wrong ([#&#8203;2231](https://github.com/redis-rs/redis-rs/pull/2231) by [@&#8203;somechris](https://github.com/somechris)) - Cluster connection: Add logs to indicate when recovery future starts and completes ([#&#8203;2240](https://github.com/redis-rs/redis-rs/pull/2240) by [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth)) - feat(cluster): add node address map for TLS hostname remapping ([#&#8203;2155](https://github.com/redis-rs/redis-rs/pull/2155) by [@&#8203;DhineshKrishnan1206](https://github.com/DhineshKrishnan1206)) - Async cluster connection: Reconnect after receiving push disconnection. ([#&#8203;2242](https://github.com/redis-rs/redis-rs/pull/2242) by [@&#8203;nihohit](https://github.com/nihohit)) - docs: Add the need for `non_exhaustive` for `enum`s and `struct`s ([#&#8203;2247](https://github.com/redis-rs/redis-rs/pull/2247) by [@&#8203;somechris](https://github.com/somechris)) - Add support for the new FPHA storage hint ([#&#8203;2114](https://github.com/redis-rs/redis-rs/pull/2114) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) ##### CI & operational improvements - Fix nightly linter ([#&#8203;2258](https://github.com/redis-rs/redis-rs/pull/2258) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - Versioning improvements to test infra ([#&#8203;2197](https://github.com/redis-rs/redis-rs/pull/2197) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) ### [`v1.4.1`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.4.1) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.4.0...redis-1.4.1) ##### Changes & Bug fixes - Remove unnecessary sleep from cluster readonly error handling ([#&#8203;2223](https://github.com/redis-rs/redis-rs/pull/2223) by [@&#8203;nihohit](https://github.com/nihohit)) ##### CI & operational improvements - ci: Allow `semicolon_in_expressions_from_macros` to make nightly pass ([#&#8203;2218](https://github.com/redis-rs/redis-rs/pull/2218) by [@&#8203;somechris](https://github.com/somechris)) - tests/acl: Add the missing requirements for token based authentication ([#&#8203;2214](https://github.com/redis-rs/redis-rs/pull/2214) by [@&#8203;somechris](https://github.com/somechris)) - Makefile: Switch to `--locked` for module tests on RESP3 ([#&#8203;2222](https://github.com/redis-rs/redis-rs/pull/2222) by [@&#8203;somechris](https://github.com/somechris)) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.4.0...redis-1.4.1> ### [`v1.4.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.4.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0) ##### Changes & Bug fixes - Add support for Valkey's `bloom` module ([#&#8203;2168](https://github.com/redis-rs/redis-rs/pull/2168) by [@&#8203;somechris](https://github.com/somechris)) - perf(pipeline): skip result-filter rebuild when nothing is ignored ([#&#8203;2186](https://github.com/redis-rs/redis-rs/pull/2186) by [@&#8203;fcostaoliveira](https://github.com/fcostaoliveira)) - perf(cmd): encode into the Vec buffer instead of via io::Write ([#&#8203;2187](https://github.com/redis-rs/redis-rs/pull/2187) by [@&#8203;fcostaoliveira](https://github.com/fcostaoliveira)) - Make backpressure boundary configurable ([#&#8203;2188](https://github.com/redis-rs/redis-rs/pull/2188) by [@&#8203;kushudai](https://github.com/kushudai)) - perf(cmd): encode expiry options via itoa instead of format!/to\_string ([#&#8203;2194](https://github.com/redis-rs/redis-rs/pull/2194) by [@&#8203;fcostaoliveira](https://github.com/fcostaoliveira)) - Keep dispatching requests when repairing a connection to a replica ([#&#8203;2120](https://github.com/redis-rs/redis-rs/pull/2120) by [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth)) ##### CI & operational improvements - tests: Avoid relying on Redis bug in `test_object_freq_command` ([#&#8203;2164](https://github.com/redis-rs/redis-rs/pull/2164) by [@&#8203;somechris](https://github.com/somechris)) - Makefile: Select module tests directly to reduce output ([#&#8203;2167](https://github.com/redis-rs/redis-rs/pull/2167) by [@&#8203;somechris](https://github.com/somechris)) - test: Switch to selecting tests through profiles ([#&#8203;2210](https://github.com/redis-rs/redis-rs/pull/2210) by [@&#8203;somechris](https://github.com/somechris)) - Stabilize github actions dependencies ([#&#8203;2198](https://github.com/redis-rs/redis-rs/pull/2198) by [@&#8203;nihohit](https://github.com/nihohit)) - tests: Switch direct use of RedisServer to better suited TestContext ([#&#8203;2202](https://github.com/redis-rs/redis-rs/pull/2202) by [@&#8203;somechris](https://github.com/somechris)) - ci: Document status of KeyDB, Valkey, and Kvrocks support ([#&#8203;2206](https://github.com/redis-rs/redis-rs/pull/2206) by [@&#8203;somechris](https://github.com/somechris)) - tests: Stop running sentinel tests when testing on unix sockets ([#&#8203;2208](https://github.com/redis-rs/redis-rs/pull/2208) by [@&#8203;somechris](https://github.com/somechris)) - Make test names greppable ([#&#8203;2211](https://github.com/redis-rs/redis-rs/pull/2211) by [@&#8203;nihohit](https://github.com/nihohit)) #### New Contributors - [@&#8203;kushudai](https://github.com/kushudai) made their first contribution in [#&#8203;2188](https://github.com/redis-rs/redis-rs/pull/2188) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0> ### [`v1.3.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.3.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0) ### Changes & Bug fixes Add numbered databases support for the cluster client ([#&#8203;2146](https://github.com/redis-rs/redis-rs/pull/2146) by [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth)) fix(cluster): clamp retry backoff upper bound after min-wait floor ([#&#8203;2158](https://github.com/redis-rs/redis-rs/pull/2158) by [@&#8203;nihohit](https://github.com/nihohit)) docs/ci: add wasm32-wasip2 build support for tokio-comp ([#&#8203;2153](https://github.com/redis-rs/redis-rs/pull/2153) by [@&#8203;Prashantsinghchouhan](https://github.com/Prashantsinghchouhan)) Add Bloom filter support ([#&#8203;2117](https://github.com/redis-rs/redis-rs/pull/2117) by [@&#8203;somechris](https://github.com/somechris)) ### CI & operational improvements tests/version: Parse all available versions (Valkey, modules, ...) (Version refactor 6/10) ([#&#8203;2143](https://github.com/redis-rs/redis-rs/pull/2143) by [@&#8203;somechris](https://github.com/somechris)) tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (Version refactor 7/10) ([#&#8203;2144](https://github.com/redis-rs/redis-rs/pull/2144) by [@&#8203;somechris](https://github.com/somechris)) tests/version: Drop Redis binary version parsing (Version refactor 8/10) ([#&#8203;2145](https://github.com/redis-rs/redis-rs/pull/2145) by [@&#8203;somechris](https://github.com/somechris)) tests: Drop *VERSION* from version constants (version refactor 9/10) ([#&#8203;2147](https://github.com/redis-rs/redis-rs/pull/2147) by [@&#8203;somechris](https://github.com/somechris)) Fix flakey object tests ([#&#8203;2160](https://github.com/redis-rs/redis-rs/pull/2160) by [@&#8203;nihohit](https://github.com/nihohit)) tests: Add test guards for Valkey servers (Version refactor 10/10) ([#&#8203;2148](https://github.com/redis-rs/redis-rs/pull/2148) by [@&#8203;somechris](https://github.com/somechris)) #### New Contributors - [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth) made their first contribution in [#&#8203;2146](https://github.com/redis-rs/redis-rs/pull/2146) - [@&#8203;Prashantsinghchouhan](https://github.com/Prashantsinghchouhan) made their first contribution in [#&#8203;2153](https://github.com/redis-rs/redis-rs/pull/2153) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0> ### [`v1.2.4`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.2.4) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.3...redis-1.2.4) ##### Changes & Bug fixes - cluster: refresh topology and retry on READONLY errors ([#&#8203;2115](https://github.com/redis-rs/redis-rs/pull2115) by [@&#8203;alexcole](https://github.com/alexcole)) - fix(aio): bound permit allocation by concurrency limit, not pipeline length ([#&#8203;2151](https://github.com/redis-rs/redis-rs/pull2151) by [@&#8203;Ali2Arslan](https://github.com/Ali2Arslan)) ##### CI & operational improvements - tests/cluster\_async: Switch to positive version checking (Version refactor 1/8) ([#&#8203;2138](https://github.com/redis-rs/redis-rs/pull2138) by [@&#8203;somechris](https://github.com/somechris)) - tests/basic: Switch version checks to constant (Version refactor 2/8) ([#&#8203;2139](https://github.com/redis-rs/redis-rs/pull2139) by [@&#8203;somechris](https://github.com/somechris)) - tests: Split off version code into dedicated module (Version refactor 3/10) ([#&#8203;2140](https://github.com/redis-rs/redis-rs/pull2140) by [@&#8203;somechris](https://github.com/somechris)) - tests/version: Add `TestClusterVersioning` trait for version handling (Version refactor 4/10) ([#&#8203;2141](https://github.com/redis-rs/redis-rs/pull2141) by [@&#8203;somechris](https://github.com/somechris)) - tests: Delegate version comparison to `TestClusterVersioning` (Version refactor 5/10) ([#&#8203;2142](https://github.com/redis-rs/redis-rs/pull2142) by [@&#8203;somechris](https://github.com/somechris)) - tests/version: Require ownership to check version support (Version refactor 5b/10) ([#&#8203;2152](https://github.com/redis-rs/redis-rs/pull2152) by [@&#8203;somechris](https://github.com/somechris)) - tests: Use server binary from env to detect major version ([#&#8203;2149](https://github.com/redis-rs/redis-rs/pull2149) by [@&#8203;somechris](https://github.com/somechris)) #### New Contributors - [@&#8203;Ali2Arslan](https://github.com/Ali2Arslan) made their first contribution in [#&#8203;2151](https://github.com/redis-rs/redis-rs/pull/2151) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.2.3...redis-1.2.4> ### [`v1.2.3`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.2.3) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.2...redis-1.2.3) ##### Changes & Bug fixes - Only stop EntraIdCredentialsProvider task on last Arc instance drop ([#&#8203;2084](https://github.com/redis-rs/redis-rs/pull/2084) by [@&#8203;hgzimmerman](https://github.com/hgzimmerman)) - docs: Straighten out documentation of `InfoType` ([#&#8203;2121](https://github.com/redis-rs/redis-rs/pull/2121) by [@&#8203;somechris](https://github.com/somechris)) ##### CI & operational improvements - ci: Bump Redis patch versions ([#&#8203;2093](https://github.com/redis-rs/redis-rs/pull/2093) by [@&#8203;somechris](https://github.com/somechris)) - tests: Stop inflating dimensions during vector set dimension reduction ([#&#8203;2099](https://github.com/redis-rs/redis-rs/pull/2099) by [@&#8203;somechris](https://github.com/somechris)) - ci: Bump Redis 8.6.2 to Redis 8.8.0 ([#&#8203;2100](https://github.com/redis-rs/redis-rs/pull/2100) by [@&#8203;somechris](https://github.com/somechris)) - ci: Bump Valkey to 7.2.13, 8.0.9, and 9.0.4 ([#&#8203;2102](https://github.com/redis-rs/redis-rs/pull/2102) by [@&#8203;somechris](https://github.com/somechris)) - Bump rand from 0.9.3 to 0.10.1 ([#&#8203;2101](https://github.com/redis-rs/redis-rs/pull/2101) by [@&#8203;somechris](https://github.com/somechris)) - ci: Use targets from Makefile instead of duplicating commands ([#&#8203;2103](https://github.com/redis-rs/redis-rs/pull/2103) by [@&#8203;somechris](https://github.com/somechris)) - Makefile: Drop noop `e` from module test selector ([#&#8203;2116](https://github.com/redis-rs/redis-rs/pull/2116) by [@&#8203;somechris](https://github.com/somechris)) - Makefile: Add `fix` target to fix automatically fixable linting issues ([#&#8203;2122](https://github.com/redis-rs/redis-rs/pull/2122) by [@&#8203;somechris](https://github.com/somechris)) - CI: Lock windows build to `windows-2022` runner ([#&#8203;2127](https://github.com/redis-rs/redis-rs/pull/2127) by [@&#8203;somechris](https://github.com/somechris)) - tests: Clean up getting versions ([#&#8203;2123](https://github.com/redis-rs/redis-rs/pull/2123) by [@&#8203;somechris](https://github.com/somechris)) - doc: Add some coding conventions ([#&#8203;2129](https://github.com/redis-rs/redis-rs/pull/2129) by [@&#8203;somechris](https://github.com/somechris)) - Add logs for mock cluster calls. ([#&#8203;2133](https://github.com/redis-rs/redis-rs/pull/2133) by [@&#8203;nihohit](https://github.com/nihohit)) #### New Contributors - [@&#8203;hgzimmerman](https://github.com/hgzimmerman) made their first contribution in [#&#8203;2084](https://github.com/redis-rs/redis-rs/pull/2084) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.2.2...redis-1.2.3> ### [`v1.2.2`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.2.2) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.1...redis-1.2.2) #### What's Changed - Linter fixes ([#&#8203;2075](https://github.com/redis-rs/redis-rs/pull/2075) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - Add TLS certificate-based authentication support ([#&#8203;2044](https://github.com/redis-rs/redis-rs/pull/2044) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - add changelog entries for backports ([#&#8203;2077](https://github.com/redis-rs/redis-rs/pull/2077) by [@&#8203;WaffleLapkin](https://github.com/WaffleLapkin)) - Add support for the HOTKEYS commands ([#&#8203;2061](https://github.com/redis-rs/redis-rs/pull/2061) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - add `set_concurrency_limit` to `ConnectionManagerConfig` ([#&#8203;2080](https://github.com/redis-rs/redis-rs/pull/2080) by [@&#8203;jiangzhe](https://github.com/jiangzhe)) - add support for setting SO\_LINGER on redis sockets ([#&#8203;2086](https://github.com/redis-rs/redis-rs/pull/2086) by [@&#8203;svix-jbrown](https://github.com/svix-jbrown)) - Support bb8 pool for sentinel client ([#&#8203;2087](https://github.com/redis-rs/redis-rs/pull/2087) by [@&#8203;banthony42](https://github.com/banthony42)) - add ?Sized bound to impl AsyncPushSender for std::sync::Arc<T> ([#&#8203;2091](https://github.com/redis-rs/redis-rs/pull/2091) by [@&#8203;anatawa12](https://github.com/anatawa12)) ### [`v1.2.1`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.2.1) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.0...redis-1.2.1) ##### Changes & Bug fixes - commands: Stop double-`take`-ing for `mset` ([#&#8203;2043](https://github.com/redis-rs/redis-rs/pull/2043) by [@&#8203;somechris](https://github.com/somechris)) - json: Stop double-wrapping commands in `RedisResult` ([#&#8203;2042](https://github.com/redis-rs/redis-rs/pull/2042) by [@&#8203;somechris](https://github.com/somechris)) - ValueType: Add missing possible types ([#&#8203;2030](https://github.com/redis-rs/redis-rs/pull/2030) by [@&#8203;somechris](https://github.com/somechris)) - Stream idempotent producers (at-most-once guarantee) ([#&#8203;2032](https://github.com/redis-rs/redis-rs/pull/2032) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - Improve streaming auth error handling ([#&#8203;2021](https://github.com/redis-rs/redis-rs/pull/2021) by [@&#8203;alexcole](https://github.com/alexcole)) - feat: add Slot type and functions to create Slot / Route with key ([#&#8203;2047](https://github.com/redis-rs/redis-rs/pull/2047) by [@&#8203;anatawa12](https://github.com/anatawa12)) - Fix async connection handling to avoid TCP deadlocks ([#&#8203;2070](https://github.com/redis-rs/redis-rs/pull/2070) by [@&#8203;PDXKimani](https://github.com/PDXKimani)) ##### CI improvements - ci: Bump Redis/Valkey versions ([#&#8203;2035](https://github.com/redis-rs/redis-rs/pull/2035) by [@&#8203;somechris](https://github.com/somechris)) - ci: Clarify how databases get selected ([#&#8203;2040](https://github.com/redis-rs/redis-rs/pull/2040) by [@&#8203;somechris](https://github.com/somechris)) - README: Declare "supported" versions ([#&#8203;2034](https://github.com/redis-rs/redis-rs/pull/2034) by [@&#8203;somechris](https://github.com/somechris)) - Add EntraID integration tests for OSS cluster API ([#&#8203;2050](https://github.com/redis-rs/redis-rs/pull/2050) by [@&#8203;StefanPalashev](https://github.com/StefanPalashev)) - fix new nightly lint & fmt ([#&#8203;2052](https://github.com/redis-rs/redis-rs/pull/2052) by [@&#8203;nihohit](https://github.com/nihohit)) - log sentinel test startup failures. ([#&#8203;2062](https://github.com/redis-rs/redis-rs/pull/2062) by [@&#8203;nihohit](https://github.com/nihohit)) ### [`v1.2.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.2.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.1.0...redis-1.2.0) #### What's Changed - feat: support custom TcpSettings on sentinel client by [@&#8203;hugobpx](https://github.com/hugobpx) in [#&#8203;2016](https://github.com/redis-rs/redis-rs/pull/2016) - Attempt to Fix CI by [@&#8203;nihohit](https://github.com/nihohit) in [#&#8203;2017](https://github.com/redis-rs/redis-rs/pull/2017) - Add lazy instantiation to the connection manager. by [@&#8203;nihohit](https://github.com/nihohit) in [#&#8203;2022](https://github.com/redis-rs/redis-rs/pull/2022) - Bump async-io from 2.4.0 to 2.6.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2029](https://github.com/redis-rs/redis-rs/pull/2029) - Bump env\_logger from 0.11.8 to 0.11.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2027](https://github.com/redis-rs/redis-rs/pull/2027) - Bump itoa from 1.0.17 to 1.0.18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2026](https://github.com/redis-rs/redis-rs/pull/2026) - Bump async-trait from 0.1.88 to 0.1.89 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2025](https://github.com/redis-rs/redis-rs/pull/2025) - Bump tokio-util from 0.7.17 to 0.7.18 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2023](https://github.com/redis-rs/redis-rs/pull/2023) - Add strategies for routing reads to cluster replicas by [@&#8203;PDXKimani](https://github.com/PDXKimani) in [#&#8203;1985](https://github.com/redis-rs/redis-rs/pull/1985) - Bump anyhow from 1.0.100 to 1.0.102 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2024](https://github.com/redis-rs/redis-rs/pull/2024) - README: Add stanza about AI contributions by [@&#8203;somechris](https://github.com/somechris) in [#&#8203;2033](https://github.com/redis-rs/redis-rs/pull/2033) - Don't compile tokio runtime when using smol by [@&#8203;cstyles](https://github.com/cstyles) in [#&#8203;2036](https://github.com/redis-rs/redis-rs/pull/2036) #### New Contributors - [@&#8203;cstyles](https://github.com/cstyles) made their first contribution in [#&#8203;2036](https://github.com/redis-rs/redis-rs/pull/2036) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.1.0...redis-1.2.0> ### [`v1.1.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.1.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.0.5...redis-1.1.0) ##### 1.1.0 (2026-03-20) ##### Changes & Bug fixes - Reuse host names during topology parsing. ([#&#8203;1995](https://github.com/redis-rs/redis-rs/pull/1995) by [@&#8203;nihohit](https://github.com/nihohit)) - Relax trait requirements from ToRedisArgs impls ([#&#8203;2003](https://github.com/redis-rs/redis-rs/pull/2003) by [@&#8203;nihohit](https://github.com/nihohit)) - Fix typo in geo.rs ([#&#8203;2007](https://github.com/redis-rs/redis-rs/pull/2007) by [@&#8203;cheneyni-451](https://github.com/cheneyni-451)) - Add a per-connection concurrency limiter ([#&#8203;2002](https://github.com/redis-rs/redis-rs/pull/2002) by [@&#8203;alexcole](https://github.com/alexcole)) - Separate overall\_response\_timeout from response\_timeout on cluster connections ([#&#8203;2005](https://github.com/redis-rs/redis-rs/pull/2005) by [@&#8203;alexcole](https://github.com/alexcole)) - Fix AsyncConnectionConfig::new documentation ([#&#8203;2006](https://github.com/redis-rs/redis-rs/pull/2014) by [@&#8203;unixo](https://github.com/unixo)) ##### CI improvements - bench/cache: Dedupe RESP3 detection ([#&#8203;1997](https://github.com/redis-rs/redis-rs/pull/1997) by [@&#8203;somechris](https://github.com/somechris)) - ci: Use the bundled JSON module version for Redis >=8 ([#&#8203;1998](https://github.com/redis-rs/redis-rs/pull/1998) by [@&#8203;somechris](https://github.com/somechris)) - ci: Make RESP3 flag effective for JSON module tests ([#&#8203;1996](https://github.com/redis-rs/redis-rs/pull/1996) by [@&#8203;somechris](https://github.com/somechris)) - ci: Clean up trailing whitespace from configs/actions ([#&#8203;1999](https://github.com/redis-rs/redis-rs/pull/1999) by [@&#8203;somechris](https://github.com/somechris)) - ci: Switch Redis 8 to the bundled JSON module ([#&#8203;2004](https://github.com/redis-rs/redis-rs/pull/2004) by [@&#8203;somechris](https://github.com/somechris)) - tests: Drop tls parameter from `TestContext::with_modules` ([#&#8203;2008](https://github.com/redis-rs/redis-rs/pull/2008) by [@&#8203;somechris](https://github.com/somechris)) - tests: Disable snapshotting when running Redis in tests ([#&#8203;2010](https://github.com/redis-rs/redis-rs/pull/2010) by [@&#8203;somechris](https://github.com/somechris)) ### [`v1.0.5`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.0.5) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.0.4...redis-1.0.5) ##### Changes & Bug fixes - Reduce blocking on async cluster connection. ([#&#8203;1967](https://github.com/redis-rs/redis-rs/pull/1967) by [@&#8203;nihohit](https://github.com/nihohit)) - Unconditionally try to set READONLY on cluster connections ([#&#8203;1981](https://github.com/redis-rs/redis-rs/pull/1981) by [@&#8203;PDXKimani](https://github.com/PDXKimani)) - Add async transaction support. ([#&#8203;1969](https://github.com/redis-rs/redis-rs/pull/1969) by [@&#8203;nihohit](https://github.com/nihohit)) - Introduce modeled NodeAddress type to clusters ([#&#8203;1982](https://github.com/redis-rs/redis-rs/pull/1982) by [@&#8203;PDXKimani](https://github.com/PDXKimani)) - Add support for StreamingCredentialsProvider to Redis cluster client ([#&#8203;1965](https://github.com/redis-rs/redis-rs/pull/1965) by [@&#8203;alexcole](https://github.com/alexcole)) - Allow to override the library name and version advertised to the server ([#&#8203;1970](https://github.com/redis-rs/redis-rs/pull/1970) by [@&#8203;somechris](https://github.com/somechris)) ##### CI improvements - tests: Allow to set used Redis server binary via `REDISRS_SERVER_BIN` ([#&#8203;1971](https://github.com/redis-rs/redis-rs/pull/1971) by [@&#8203;somechris](https://github.com/somechris)) - Fix flakey test ([#&#8203;1983](https://github.com/redis-rs/redis-rs/pull/1983) by [@&#8203;nihohit](https://github.com/nihohit)) - Reduce chance for sentinel test flakey failure ([#&#8203;1984](https://github.com/redis-rs/redis-rs/pull/1984) by [@&#8203;nihohit](https://github.com/nihohit)) - Test matrix redis version update ([#&#8203;1987](https://github.com/redis-rs/redis-rs/pull/1987) by [@&#8203;somechris](https://github.com/somechris)) - Replace new tokio tests with runtime-agnostic tests. ([#&#8203;1990](https://github.com/redis-rs/redis-rs/pull/1990) by [@&#8203;nihohit](https://github.com/nihohit)) - ci: Dedupe test matrix ([#&#8203;1991](https://github.com/redis-rs/redis-rs/pull/1991) by [@&#8203;somechris](https://github.com/somechris)) - Use assert matches in more tests ([#&#8203;1993](https://github.com/redis-rs/redis-rs/pull/1993) by [@&#8203;nihohit](https://github.com/nihohit)) - Try fix flakiness in tests. ([#&#8203;1992](https://github.com/redis-rs/redis-rs/pull/1992) by [@&#8203;nihohit](https://github.com/nihohit)) - Harmonize on `REDISRS_` as prefix for environment variables ([#&#8203;1989](https://github.com/redis-rs/redis-rs/pull/1989) by [@&#8203;somechris](https://github.com/somechris)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0NC4zMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate changed title from chore(deps): update rust crate redis to v1.0.5 to chore(deps): update rust crate redis to v1.1.0 2026-03-21 18:01:02 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from ccf8cc5c7c to 9a86006992 2026-03-21 18:01:03 +00:00 Compare
renovate changed title from chore(deps): update rust crate redis to v1.1.0 to Update Rust crate redis to v1.1.0 2026-04-04 00:29:07 +00:00
renovate changed title from Update Rust crate redis to v1.1.0 to Update Rust crate redis to v1.2.0 2026-04-04 21:01:04 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 9a86006992 to d5527e861e 2026-04-04 21:01:05 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-05 05:02:40 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-05 09:48:12 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-05 20:17:50 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-11 00:02:33 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-13 13:38:58 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-13 13:46:16 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-17 22:57:46 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 09:30:09 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 10:08:18 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 10:12:45 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 10:18:18 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 10:31:13 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 11:03:39 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 11:20:04 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 12:17:19 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 12:23:16 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 12:30:17 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 13:02:35 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 13:11:15 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 13:37:46 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 14:18:10 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 15:07:40 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 15:18:01 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 15:23:30 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 16:02:54 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 16:12:26 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 16:17:48 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 16:23:22 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 17:08:29 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 17:13:01 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 17:19:18 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 17:31:44 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 17:41:48 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 18:02:51 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 18:08:11 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 18:22:45 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 18:29:59 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 18:39:34 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 19:22:29 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 20:12:09 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 20:22:46 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 20:39:04 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 21:07:51 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 21:12:33 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 21:39:19 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 22:09:36 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 23:08:56 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 23:15:07 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-20 23:27:04 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-20 23:43:48 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 00:08:30 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 00:30:01 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 01:02:49 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 01:07:53 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 01:17:58 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 01:23:35 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 02:12:03 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 02:16:58 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 02:23:11 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 02:39:38 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 03:02:48 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 04:08:42 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 04:13:38 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 04:18:30 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 04:24:09 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 05:02:35 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 05:07:19 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 05:12:38 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 05:18:28 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-04-21 05:31:08 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to chore(deps): update rust crate redis to v1.2.0 2026-04-21 06:02:46 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.0 2026-05-02 00:03:52 +00:00
renovate changed title from Update Rust crate redis to v1.2.0 to Update Rust crate redis to v1.2.1 2026-05-03 07:02:50 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from d5527e861e to afd69a20ca 2026-05-03 07:02:52 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.2.1 to chore(deps): update rust crate redis to v1.2.1 2026-05-06 20:17:20 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.1 to Update Rust crate redis to v1.2.1 2026-05-10 05:26:50 +00:00
renovate changed title from Update Rust crate redis to v1.2.1 to chore(deps): update rust crate redis to v1.2.1 2026-05-10 05:37:11 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.1 to Update Rust crate redis to v1.2.1 2026-05-17 01:04:07 +00:00
renovate changed title from Update Rust crate redis to v1.2.1 to Update Rust crate redis to v1.2.2 2026-05-29 08:03:41 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from afd69a20ca to e7d7f2accc 2026-05-29 08:03:42 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.2.2 to chore(deps): update rust crate redis to v1.2.2 2026-06-08 00:05:27 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.2.2 to chore(deps): update rust crate redis to v1.2.3 2026-06-13 22:22:06 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from e7d7f2accc to 2f99f42894 2026-06-13 22:22:07 +00:00 Compare
renovate changed title from chore(deps): update rust crate redis to v1.2.3 to chore(deps): update rust crate redis to v1.2.4 2026-06-19 14:03:29 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 2f99f42894 to 498a489374 2026-06-19 14:03:30 +00:00 Compare
renovate changed title from chore(deps): update rust crate redis to v1.2.4 to Update Rust crate redis to v1.2.4 2026-06-21 03:03:28 +00:00
renovate changed title from Update Rust crate redis to v1.2.4 to Update Rust crate redis to v1.3.0 2026-06-27 20:04:12 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 498a489374 to 5632942399 2026-06-27 20:04:14 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-06-29 23:06:47 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-06-30 12:05:13 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-06-30 13:04:35 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-01 00:04:00 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-01 01:06:20 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 00:04:00 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-02 01:04:24 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 12:04:36 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-02 13:05:56 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 15:04:22 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-02 16:05:00 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 17:03:12 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-02 19:03:16 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 20:03:34 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-02 22:03:22 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-02 23:04:24 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 01:05:30 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 03:04:54 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 06:03:56 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 08:03:17 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 09:05:44 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 12:05:29 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 13:03:16 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 15:04:20 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 16:04:10 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 17:03:54 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-03 20:03:28 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-03 23:03:30 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 01:03:28 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 02:03:02 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 03:04:02 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 04:05:32 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 05:03:41 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 06:03:14 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 08:03:24 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 09:03:37 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 10:03:17 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 11:03:15 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 13:03:42 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 15:03:47 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-04 21:03:57 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-04 22:03:05 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 02:03:50 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 04:03:12 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 05:04:31 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 06:04:50 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 08:03:05 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 09:03:17 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 13:03:17 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 15:03:45 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 16:03:22 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 18:03:49 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-05 21:05:47 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-05 23:04:55 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-06 04:03:56 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-06 06:03:33 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to chore(deps): update rust crate redis to v1.3.0 2026-07-06 07:03:35 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.3.0 to Update Rust crate redis to v1.3.0 2026-07-06 08:00:59 +00:00
renovate changed title from Update Rust crate redis to v1.3.0 to Update Rust crate redis to v1.4.0 2026-07-14 21:01:01 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 5632942399 to f7e0a79c4c 2026-07-14 21:01:03 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.4.0 to Update Rust crate redis to v1.4.1 2026-07-17 07:01:06 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from f7e0a79c4c to 25e6e432b0 2026-07-17 07:01:08 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.4.1 to Update Rust crate redis to v1.5.0 2026-07-29 19:01:03 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 25e6e432b0 to 0329678a19 2026-07-29 19:01:04 +00:00 Compare
renovate changed title from Update Rust crate redis to v1.5.0 to chore(deps): update rust crate redis to v1.5.0 2026-08-14 23:01:49 +00:00
renovate changed title from chore(deps): update rust crate redis to v1.5.0 to chore(deps): update rust crate redis to v1.6.0 2026-08-15 22:01:16 +00:00
renovate force-pushed renovate/redis-1.x-lockfile from 0329678a19 to 85c0cad9c4 2026-08-15 22:01:18 +00:00 Compare
renovate force-pushed renovate/redis-1.x-lockfile from 85c0cad9c4 to 5e85b7b934 2026-09-05 19:01:20 +00:00 Compare
renovate changed title from chore(deps): update rust crate redis to v1.6.0 to chore(deps): update rust crate redis to v1.7.0 2026-09-05 19:01:22 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/redis-1.x-lockfile:renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/redis-1.x-lockfile
git switch main
git merge --squash renovate/redis-1.x-lockfile
git switch main
git merge --ff-only renovate/redis-1.x-lockfile
git switch main
git merge renovate/redis-1.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
jmarya/comrade!46
No description provided.