chore(deps): update dependency redis to 6.2.1 - #3084
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
❌ Deploy Preview for ts-cache failed. Why did it fail? →
|
github-actions
Bot
force-pushed
the
buddy-bot/update-major-update-redis
branch
from
June 24, 2026 18:36
c7f1adc to
537ddff
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-major-update-redis
branch
from
July 1, 2026 11:06
537ddff to
26c6b53
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-major-update-redis
branch
from
July 31, 2026 20:59
26c6b53 to
feed0dc
Compare
github-actions
Bot
force-pushed
the
buddy-bot/update-major-update-redis
branch
from
August 11, 2026 10:46
feed0dc to
ffe99e2
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:
5.12.1->6.2.1Release Notes
redis/node-redis (redis)
5.12.1 -> 6.2.1
redis@6.2.0Compare 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
COMMANDmetadata 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 withCROSSSLOTnow just work. Fan-out commands such asKEYS,DBSIZE,FLUSHALL,PING,WAIT,SCRIPT EXISTSandCONFIG SETrun across every shard (or every node) and their replies are aggregated per the server's policy,SCANwalks the whole cluster behind a per-client virtual cursor, andRANDOMKEY/FT.CURSORget 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.0Compare 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.NREVRANGEmulti-key pivot commands, aTS.READcursor reader,TS.QUERYLABELS,EXCLUDEEMPTYonMRANGE/MREVRANGE, and multi-aggregator support. RediSearch addsFT.ALIASLIST, aCOLLECTreducer forFT.AGGREGATE, HNSWRERANK, timeout warnings on theFT.SEARCHfamily, and the full set of stemmer languages. The core client addsSUNIONCARD/SDIFFCARD,LMOVEM/BLMOVEM,ZREVRANK WITHSCORE,COMMAND DOCS, andXREADMAXCOUNT/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
HIMPORTcommand family (managed fieldset lifecycle) ships as **experime...[View full release notes]
Released by nkaradzhov on 7/30/2026
redis@6.1.0Compare Source
What's Changed
#2982) by gajus inredis/node-redis#3312redis/node-redis#3315New Contributors
redis/node-redis#3312Full 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
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.
This PR was generated by Buddy 🤖