chore(deps): bump redis from 8.0.1 to 8.1.0 - #6118
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [redis](https://github.com/redis/redis-py) from 8.0.1 to 8.1.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v8.0.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
🟡 Waiting for changesLast updated: 2026-09-01 00:40 UTC |
rtibblesbot
approved these changes
Sep 1, 2026
rtibblesbot
left a comment
Contributor
There was a problem hiding this comment.
PR #6118 — redis 8.0.1 → 8.1.0, minor bump of a production dependency (django-redis cache + Celery/kombu broker). CI passing.
- Breaking changes: none. New commands (
LMOVEM/BLMOVEM,SDIFFCARD/SUNIONCARD,XREAD MAXCOUNT/MAXSIZE, TS/FT surfaces) are additive and unused here. - Deprecations / security fixes / new peer requirements: none.
requirements.txtadds no packages. - Relevant fixes: closed-pooled-connection detection under RESP3+hiredis (#4156) and
ConnectionErrorinstead ofAttributeErroron concurrent disconnect (#4136) — pool robustness on paths django-redis and kombu use. - The forced-RESP2 patch in
contentcuration/contentcuration/settings.py:104is Studio's only reach into redis-py internals; verified intact against the 8.1.0 wheel (DEFAULT_RESP_VERSIONstill defined inredis/utils.pyand re-imported intoredis/connection.py, both read sites resolve through the patched module globals). - nitpick: the diff also drops the
[grpc]extras marker fromgoogle-api-core==2.30.0andgoogleapis-common-protos==1.57.0— resolver churn, not part of the bump. No-op for the installed set:grpcio==1.78.0,grpcio-status==1.62.3,grpc-google-iam-v1==0.12.4are unchanged pins thatuv pip syncinstalls regardless.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
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.
Bumps redis from 8.0.1 to 8.1.0.
Release notes
Sourced from redis's releases.
... (truncated)
Commits
e013126Testing with 8.10 GA (#4227)059d1e9Fixed TS.NRANGE commands to correctly apply aggregators (#4225)d486a0aFix FIELDNAME alias dropping first character of un-prefixed fields (#4224)fb93104feat: add client-side HIMPORT fieldset support for standalone and cluster cli...9197609Fix lat/lon swap in search querystring geo() helper (#4223)14714a0fix: Fixed double decoding issue with unquote() (#4222)227280aUpdate lib version to 8.1.088d16d0Decode ACL LOG string values on the default RESP3 legacy callback (#4201)599fd75feat: add FT.ALIASLIST support (#4198)71e275etest: add VectorField RERANK serialization tests for sync and async search (#...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)