Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps redis from 4.7.0 to 5.9.0.

Release notes

Sourced from redis's releases.

redis@5.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/redis@5.8.3...redis@5.9.0

redis@5.9.0-beta.3

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by dmaier-redislabs, a new releaser for redis since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Oct 24, 2025
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump redis from 4.7.0 to 5.9.0 refactor: Bump redis from 4.7.0 to 5.9.0 Oct 24, 2025
@parseplatformorg
Copy link
Contributor

parseplatformorg commented Oct 24, 2025

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

Status Scanner 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
Copy link

coderabbitai bot commented Oct 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/redis-5.9.0 branch 2 times, most recently from bac27a7 to 474d007 Compare October 25, 2025 16:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/redis-5.9.0 branch 11 times, most recently from ae2c482 to 8108ed5 Compare November 7, 2025 20:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/redis-5.9.0 branch 4 times, most recently from 33b5766 to 47eb0ef Compare November 8, 2025 19:08
Bumps [redis](https://github.com/redis/node-redis) from 4.7.0 to 5.9.0.
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/redis@4.7.0...redis@5.9.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/redis-5.9.0 branch from 47eb0ef to d3b1833 Compare November 8, 2025 20:23
@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2025

Performance Impact Report

Performance Benchmark Results

ℹ️ Baseline not available - this appears to be a new feature

Benchmark Value Details
Object Create 1.22 ms p50: 0.75ms, p95: 1.20ms, p99: 43.26ms
Object Read 0.87 ms p50: 0.77ms, p95: 1.13ms, p99: 6.62ms
Object Update 0.81 ms p50: 0.73ms, p95: 0.98ms, p99: 5.49ms
Simple Query 0.87 ms p50: 0.82ms, p95: 1.11ms, p99: 2.22ms
Batch Save (10 objects) 3.53 ms p50: 2.21ms, p95: 14.48ms, p99: 14.48ms
User Signup 70.63 ms p50: 69.88ms, p95: 78.37ms, p99: 78.37ms
User Login 71.51 ms p50: 69.89ms, p95: 84.66ms, p99: 84.66ms

New benchmarks established for this feature.

📊 View detailed results

Baseline Results

[]

PR Results

[
  {
    "name": "Object Create",
    "value": 1.2176511100000063,
    "unit": "ms",
    "range": "0.64 - 43.26",
    "extra": "p50: 0.75ms, p95: 1.20ms, p99: 43.26ms"
  },
  {
    "name": "Object Read",
    "value": 0.8741302099999894,
    "unit": "ms",
    "range": "0.67 - 6.62",
    "extra": "p50: 0.77ms, p95: 1.13ms, p99: 6.62ms"
  },
  {
    "name": "Object Update",
    "value": 0.8077525700000251,
    "unit": "ms",
    "range": "0.63 - 5.49",
    "extra": "p50: 0.73ms, p95: 0.98ms, p99: 5.49ms"
  },
  {
    "name": "Simple Query",
    "value": 0.8732430199999999,
    "unit": "ms",
    "range": "0.73 - 2.22",
    "extra": "p50: 0.82ms, p95: 1.11ms, p99: 2.22ms"
  },
  {
    "name": "Batch Save (10 objects)",
    "value": 3.5321252999998705,
    "unit": "ms",
    "range": "2.07 - 14.48",
    "extra": "p50: 2.21ms, p95: 14.48ms, p99: 14.48ms"
  },
  {
    "name": "User Signup",
    "value": 70.62978300000005,
    "unit": "ms",
    "range": "69.33 - 78.37",
    "extra": "p50: 69.88ms, p95: 78.37ms, p99: 78.37ms"
  },
  {
    "name": "User Login",
    "value": 71.51370189999997,
    "unit": "ms",
    "range": "69.48 - 84.66",
    "extra": "p50: 69.89ms, p95: 84.66ms, p99: 84.66ms"
  }
]

Benchmarks ran with 100 iterations per test on Node.js 24.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants