Skip to content

refactor: Bump redis from 5.10.0 to 5.11.0#10317

Merged
mtrezza merged 1 commit into
parse-community:alphafrom
mtrezza:refactor/redis-5.11.0
Mar 25, 2026
Merged

refactor: Bump redis from 5.10.0 to 5.11.0#10317
mtrezza merged 1 commit into
parse-community:alphafrom
mtrezza:refactor/redis-5.11.0

Conversation

@mtrezza

@mtrezza mtrezza commented Mar 25, 2026

Copy link
Copy Markdown
Member

Closes #10311

Changes

  • 5.11.0: Redis 8.6 support (XADD idempotency, XCFGSET, HOTKEYS commands), smart client handoffs for Enterprise OSS, VRANGE command for vector sets, sentinel nodeAddressMap, socket.servname config option. Bug fixes: IPv6 URL support, consistent Promise returns in cluster, pool private member access fix, type mapping fix.

Breaking Changes

None

Code Changes Required

None — the upgrade is a drop-in replacement.

Summary by CodeRabbit

  • Chores
    • Updated Redis dependency to version 5.11.0

@parse-github-assistant

Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@parseplatformorg

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai

coderabbitai Bot commented Mar 25, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2db4b22c-c541-427f-a0e3-a6de9000a1d7

📥 Commits

Reviewing files that changed from the base of the PR and between af23b92 and af7506f.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

Updated the redis dependency version in package.json from 5.10.0 to 5.11.0. This is a minor version bump of the Redis client library; no scripts, configurations, or other dependencies were modified.

Changes

Cohort / File(s) Summary
Dependency Update
package.json
Updated redis dependency from 5.10.0 to 5.11.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description documents the issue closure and change summary, but does not follow the required template with Issue/Approach/Tasks sections. Restructure the description to include the Issue, Approach, and Tasks sections as specified in the repository template.
Linked Issues check ⚠️ Warning The PR only updates package.json but does not address key requirements from #10311: test suite verification, cluster behavior inspection, command usage validation, and documentation updates. Run the test suite/CI to verify compatibility, inspect cluster handling for smart client handoffs, validate new commands if used, and confirm API-related fixes do not break existing code.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title directly and accurately reflects the main change in the PR: upgrading the redis dependency from 5.10.0 to 5.11.0.
Out of Scope Changes check ✅ Passed The change is narrowly scoped to a single dependency version bump in package.json with no extraneous modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Mar 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.53%. Comparing base (af23b92) to head (af7506f).
⚠️ Report is 36 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha   #10317      +/-   ##
==========================================
+ Coverage   92.14%   92.53%   +0.39%     
==========================================
  Files         192      192              
  Lines       16502    16502              
  Branches      227      227              
==========================================
+ Hits        15205    15270      +65     
+ Misses       1273     1212      -61     
+ Partials       24       20       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza merged commit 3ff8180 into parse-community:alpha Mar 25, 2026
39 of 41 checks passed
@mtrezza mtrezza deleted the refactor/redis-5.11.0 branch March 25, 2026 23:57
@parseplatformorg

Copy link
Copy Markdown
Contributor

🎉 This change has been released in version 9.7.0-alpha.6

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 26, 2026
@parseplatformorg

Copy link
Copy Markdown
Contributor

🎉 This change has been released in version 9.7.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:released Released as stable version state:released-alpha Released as alpha version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants