Skip to content

chore(deps): update dependency redis to 6.2.1 - #3084

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update-redis
Open

chore(deps): update dependency redis to 6.2.1#3084
github-actions[bot] wants to merge 1 commit into
mainfrom
buddy-bot/update-major-update-redis

Conversation

@github-actions

@github-actions github-actions Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
redis (source) 5.12.1 -> 6.2.1 age adoption passing confidence

Release Notes

redis/node-redis (redis)

5.12.1 -> 6.2.1

redis@6.2.0

Compare Source

6.2.0

✨ Highlights

Cluster commands now follow the server's request/response policies. node-redis reads each command's routing policy from the server's COMMAND metadata and routes and aggregates accordingly, so the cluster client behaves much more like a single server. Multi-key commands that span hash slots — MGET, MSET, DEL, EXISTS, TOUCH, UNLINK — are transparently split per slot and their replies reassembled in caller order, so cross-slot calls that previously failed with CROSSSLOT now just work. Fan-out commands such as KEYS, DBSIZE, FLUSHALL, PING, WAIT, SCRIPT EXISTS and CONFIG SET run across every shard (or every node) and their replies are aggregated per the server's policy, SCAN walks the whole cluster behind a per-client virtual cursor, and RANDOMKEY / FT.CURSOR get correct cluster-aware routing. Replica read-scaling was also aligned with the server flags, so read-only keyless commands (DBSIZE, KEYS, SCAN, RANDOMKEY, a...

[View full release notes]

Released by nkaradzhov on 7/31/2026

redis@6.2.0-beta.0

Compare Source

6.2.0-beta.0

✨ Highlights

This release brings a broad wave of new command coverage across the client and modules. The time-series package gains the most: new TS.NRANGE/TS.NREVRANGE multi-key pivot commands, a TS.READ cursor reader, TS.QUERYLABELS, EXCLUDEEMPTY on MRANGE/MREVRANGE, and multi-aggregator support. RediSearch adds FT.ALIASLIST, a COLLECT reducer for FT.AGGREGATE, HNSW RERANK, timeout warnings on the FT.SEARCH family, and the full set of stemmer languages. The core client adds SUNIONCARD/SDIFFCARD, LMOVEM/BLMOVEM, ZREVRANK WITHSCORE, COMMAND DOCS, and XREAD MAXCOUNT/MAXSIZE. A large batch of correctness fixes lands for zero-valued optional arguments (LIMIT 0, DB 0, SAMPLES 0, ENTRIESREAD 0, IDLETIME/FREQ 0, ENTRIESADDED 0) that were previously dropped from the wire, alongside several cluster and sentinel connection-lifecycle fixes.

The new HIMPORT command family (managed fieldset lifecycle) ships as **experime...

[View full release notes]

Released by nkaradzhov on 7/30/2026

redis@6.1.0

Compare Source

What's Changed

  • feat: add key prefixing (fixes #2982) by gajus in redis/node-redis#3312
  • feat(cluster): add getNodeClientForKey for WATCH/MULTI/EXEC by nkaradzhov in redis/node-redis#3315

New Contributors

  • gajus made their first contribution in redis/node-redis#3312

Full Changelog: https://github.com/redis/node-redis/compare/redis@6.0.1...redis@6.1.0

Released by nkaradzhov on 7/1/2026


📊 Package Statistics

  • redis: 12,766,621 weekly downloads

Configuration

📅 Schedule: 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 is behind base branch, 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 was generated by Buddy 🤖

@netlify

netlify Bot commented May 28, 2026

Copy link
Copy Markdown

Deploy Preview for ts-cache failed. Why did it fail? →

Name Link
🔨 Latest commit feed0dc
🔍 Latest deploy log https://app.netlify.com/projects/ts-cache/deploys/6a6d0cbf0e2a7700089fdf18

@github-actions github-actions Bot changed the title chore(deps): update dependency redis to 6.0.0 chore(deps): update dependency redis to 6.0.1 Jun 24, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-redis branch from c7f1adc to 537ddff Compare June 24, 2026 18:36
@github-actions github-actions Bot changed the title chore(deps): update dependency redis to 6.0.1 chore(deps): update dependency redis to 6.1.0 Jul 1, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-redis branch from 537ddff to 26c6b53 Compare July 1, 2026 11:06
@github-actions github-actions Bot changed the title chore(deps): update dependency redis to 6.1.0 chore(deps): update dependency redis to 6.2.0 Jul 31, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-redis branch from 26c6b53 to feed0dc Compare July 31, 2026 20:59
@github-actions github-actions Bot changed the title chore(deps): update dependency redis to 6.2.0 chore(deps): update dependency redis to 6.2.1 Aug 11, 2026
@github-actions
github-actions Bot force-pushed the buddy-bot/update-major-update-redis branch from feed0dc to ffe99e2 Compare August 11, 2026 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants