chore(deps): update rust crate redis to v1 - #22
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
December 11, 2025 20:59
125171b to
8e29d93
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
December 25, 2025 09:53
8e29d93 to
e6fae4c
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
January 30, 2026 16:29
e6fae4c to
fcc6734
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
February 19, 2026 08:43
fcc6734 to
ab7f05e
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
March 8, 2026 12:48
ab7f05e to
351051e
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
March 21, 2026 20:36
351051e to
bd0d768
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
April 4, 2026 21:51
bd0d768 to
4c2ce3a
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
May 3, 2026 08:53
4c2ce3a to
e2d7046
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
May 29, 2026 09:06
e2d7046 to
222b54c
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
July 18, 2026 23:36
222b54c to
90e4346
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
July 29, 2026 21:46
90e4346 to
d37dec0
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
August 16, 2026 01:42
d37dec0 to
44620a7
Compare
renovate
Bot
force-pushed
the
renovate/redis-1.x
branch
from
September 5, 2026 22:06
44620a7 to
fd7bbe6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.23→1.7.0Release Notes
redis-rs/redis-rs (redis)
v1.7.0Compare Source
1.7.0 (2026-09-05)
Changes & Bug fixes
FT.CREATEcommand builder and index schema (WIP) by @StefanPalashev in #2303INCREXcommand by @StefanPalashev in #2216combineversion withopaquefix by @somechris in #2322is_validhealth check by @AbhinavMir in #2321CI & operational improvements
infostoinfoby @somechris in #2374v1.6.0Compare Source
Changes & Bug fixes
CreateOptionsfor the Search module'sFT.CREATEcommand [1/8] (2302# by @StefanPalashev)CI & operational improvements
New Contributors
Full Changelog: redis-rs/redis-rs@redis-1.5.0...redis-1.5.1
v1.5.0Compare Source
Changes & Bug fixes
BF.MEXISTSbeing wrong (#2231 by @somechris)non_exhaustiveforenums andstructs (#2247 by @somechris)CI & operational improvements
v1.4.1Compare Source
Changes & Bug fixes
CI & operational improvements
semicolon_in_expressions_from_macrosto make nightly pass (#2218 by @somechris)--lockedfor module tests on RESP3 (#2222 by @somechris)Full Changelog: redis-rs/redis-rs@redis-1.4.0...redis-1.4.1
v1.4.0Compare Source
Changes & Bug fixes
bloommodule (#2168 by @somechris)CI & operational improvements
test_object_freq_command(#2164 by @somechris)New Contributors
Full Changelog: redis-rs/redis-rs@redis-1.3.0...redis-1.4.0
v1.3.0Compare 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: redis-rs/redis-rs@redis-1.2.4...redis-1.3.0
v1.2.4Compare Source
Changes & Bug fixes
CI & operational improvements
TestClusterVersioningtrait for version handling (Version refactor 4/10) (#2141 by @somechris)TestClusterVersioning(Version refactor 5/10) (#2142 by @somechris)New Contributors
Full Changelog: redis-rs/redis-rs@redis-1.2.3...redis-1.2.4
v1.2.3Compare Source
Changes & Bug fixes
InfoType(#2121 by @somechris)CI & operational improvements
efrom module test selector (#2116 by @somechris)fixtarget to fix automatically fixable linting issues (#2122 by @somechris)windows-2022runner (#2127 by @somechris)New Contributors
Full Changelog: redis-rs/redis-rs@redis-1.2.2...redis-1.2.3
v1.2.2Compare Source
What's Changed
set_concurrency_limittoConnectionManagerConfig(#2080 by @jiangzhe)v1.2.1Compare Source
Changes & Bug fixes
take-ing formset(#2043 by @somechris)RedisResult(#2042 by @somechris)CI improvements
v1.2.0Compare Source
What's Changed
New Contributors
Full Changelog: redis-rs/redis-rs@redis-1.1.0...redis-1.2.0
v1.1.0Compare Source
1.1.0 (2026-03-20)
Changes & Bug fixes
CI improvements
TestContext::with_modules(#2008 by @somechris)v1.0.5Compare Source
Changes & Bug fixes
CI improvements
REDISRS_SERVER_BIN(#1971 by @somechris)REDISRS_as prefix for environment variables (#1989 by @somechris)v1.0.4Compare Source
Changes & Bug fixes
Internal changes
v1.0.3Compare Source
Changes & Bug fixes
v1.0.2Compare Source
What's Changed
v1.0.1Compare Source
1.0.1 (2025-12-11)
Changes & Bug fixes
v1.0.0Compare Source
What's Changed
Full Changelog: redis-rs/redis-rs@redis-1.0.0-rc,5...redis-1.0.0
v0.32.7Compare Source
What's Changed
v0.32.6Compare Source
0.32.6 (2025-09-26)
Changes
hexpire_atcommand measurement unit by (#1793 by @chrxn1c)v0.32.5Compare Source
What's Changed
Changes & Bug fixes
Documentation & CI improvements
v0.32.4Compare Source
What's Changed
Changes & Bug fixes
New Contributors
Full Changelog: redis-rs/redis-rs@redis-0.32.3...redis-0.32.4
v0.32.3Compare Source
0.32.3 (2025-06-30)
Changes & Bug fixes
Documentation & CI improvements
New Contributors
Full Changelog: redis-rs/redis-rs@redis-0.32.2...redis-0.32.3
v0.32.2Compare Source
Changes & Bug fixes
v0.32.1Compare Source
What's Changed
New Contributors
Full Changelog: redis-rs/redis-rs@redis-0.32.0...redis-0.32.1
v0.32.0Compare Source
Changes & Bug fixes
v0.31.0Compare Source
Changes & Bug fixes
ringdependency fromrustls. (#1632 by @nihohit)reserve_space_for_argstake aIntoIterator(#1622 by @Kriskras99)v0.30.0Compare Source
Changes & Bug fixes
Documentation & CI improvements
make docs(#1607 by @somechris)v0.29.5Compare Source
Changes & Bug fixes
v0.29.4: - yanked due to broken Windows buildCompare Source
Changes & Bug fixes
v0.29.3: - yanked due to broken Windows buildCompare Source
Changes & Bug fixes
v0.29.2: 0.29.2Compare Source
Changes & Bug fixes
v0.29.1Compare Source
What's Changed
Changes & Bug fixes
Pipeline.len()function as public (#1539 by @Harry-Lees)danger_accept_invalid_hostnamesoption. (#1529 by @jorendorff)Documentation improvements
CI improvements
v0.29.0: v0.29.0Compare Source
0.29.0 (2025-02-16)
Changes & Bug fixes
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.