chore(deps): update dependency redis/redis to v8.6.0#18503
Open
uniget-bot wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency redis/redis to v8.6.0#18503uniget-bot wants to merge 1 commit intomainfrom
uniget-bot wants to merge 1 commit intomainfrom
Conversation
nicholasdille-bot
previously approved these changes
Jan 31, 2026
nicholasdille-bot
left a comment
There was a problem hiding this comment.
Auto-approved because label type/renovate is present.
abad9b8 to
e259848
Compare
nicholasdille-bot
previously approved these changes
Feb 8, 2026
nicholasdille-bot
left a comment
There was a problem hiding this comment.
Auto-approved because label type/renovate is present.
e259848 to
615d0c5
Compare
nicholasdille-bot
previously approved these changes
Feb 8, 2026
nicholasdille-bot
left a comment
There was a problem hiding this comment.
Auto-approved because label type/renovate is present.
615d0c5 to
fe1365e
Compare
nicholasdille-bot
approved these changes
Feb 10, 2026
nicholasdille-bot
left a comment
There was a problem hiding this comment.
Auto-approved because label type/renovate is present.
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:
8.2.4→8.6.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
redis/redis (redis/redis)
v8.6.0Compare Source
This is the General Availability release of Redis 8.6 in Redis Open Source.
Major changes compared to 8.4
XADDidempotency (at-most-once guarantee) with newIDMPAUTOandIDMPargumentsvolatile-lrmandallkeys-lrmHOTKEYSCOUNTNANandCOUNTALLFor more details, see the 8.6 release blog post.
Binary distributions
Operating systems we test Redis 8.6 on
New Features (compared to 8.6-RC1)
Performance and resource utilization improvements (compared to 8.6-RC1)
XREADGROUP CLAIMConfiguration parameters
cluster-slot-stats-enabled- per-slot resource consumptions statistics to collectkey-memory-histogramscollect memory consumption histograms per data typeMetrics
db0_distrib_lists_sizes,db0_distrib_sets_sizes,db0_distrib_hashes_sizes,db0_distrib_zsets_sizesknown bugs and limitations
XADDwith the newIDMPorIDMPAUTOoptions when usingappendonly yeswithaof-use-rdb-preamble no(non default).This limitation will be removed in the next patch.
v8.4.1Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
Bug fixes
CLUSTER SLOT-STATS: Fix few memory tracking bugsFT.INFOcommand fanout to replicas to reduce unnecessary cluster trafficFT.AGGREGATEwhen memory limits are approached (MOD-11817)FT.AGGREGATEreducer that caused intermittent errors (MOD-12243)BM25STDunderflow wraparound to prevent incorrect scoring (MOD-12223)totalDocsLenupdates to maintain correct document statistics (MOD-12234)FT.CREATEwith LeanVec parameters on non-Intel architectures (RED-176382)search-min-operation-workersmin value correctly (MOD-12383)FT.HYBRIDqueries by avoiding index read lock (MOD-12489)RETURNpolicy inFT.PROFILE(MOD-12320)HGETALLcommand in HDT mode (MOD-12662)WITHSCOREScorrectly when SCORE is sent alone without extra fields in coordinator (MOD-12647)WITHCOUNTinFT.AGGREGATE(MOD-11751)FT.HYBRID(MOD-13123)FT.AGGREGATEreplies in cluster mode (MOD-12640)FT.HYBRIDqueries with Active-Active enabled (MOD-13143)LOAD *withFT.HYBRID(MOD-12736, MOD-13556)FULLTEXTfield metric count accuracy (MOD-13432)FT.PROFILEshard total profile time calculation (MOD-13735, MOD-13181)FT.HYBRIDrespects timeout settings (MOD-11004)FT.PROFILE(MOD-12553)numDocsfrom non-optimized Wildcard iterator (MOD-12392)FT.DROPINDEXas touches-arbitrary-keys for proper cluster handling causing crash on A-A (MOD-11090)FT.SUG*commands are hashslot-aware to prevent cluster routing errors (MOD-11756)Performance and resource utilization improvements
filter_policyandbatch_sizeparameters for vector similarity search tuning (MOD-13007, MOD-12371)search.CLUSTERSETfor flexible cluster topology updates (MOD-11657)FT.HYBRID(MOD-11858, MOD-13146)Metrics
maxprefixexpansionserrors and warnings in info (MOD-12417)FT.AGGREGATEreplies in cluster mode (MOD-12640)FT.PROFILEcounter fields for clarity (MOD-6056)FT.PROFILEwith vector search execution details (MOD-12263)FT.PROFILEcommand (MOD-12627)Internal cursor readsmetric to clusterFT.PROFILEoutput (MOD-12414)_FT.CURSOR PROFILE(MOD-12955)active_io_threadsmetric (MOD-12069, MOD-12695)active_coord_threadsmetric (MOD-12694, MOD-12069)active_worker_threadsmetric (MOD-12694, MOD-12069)*_pending_jobsmetrics for job queues (MOD-12069)active_topology_update_threadsmetric (MOD-12069, MOD-12790)Configuration parameters
v8.4.0Compare Source
This is the General Availability release of Redis 8.4 in Redis Open Source.
Major changes compared to 8.2
CLAIMoption for reading both idle pending and incoming stream entriesFT.*)SET, 90%GET), 4 cores)For more details, see the 8.4 release blog post as well as the Simplifying streams and string blog post.
Binary distributions
Operating systems we test Redis 8.4 on
Bug fixes (compared to 8.4-RC1)
XREADGROUP CLAIMreturns strings instead of integersSET IF*andDELEXJSON.NUMINCRBY- wrong result on integer array with non-integer increment (MOD-12282)Performance and resource utilization improvements (compared to 8.4-RC1)
XREADGROUPknown bugs and limitations
FT.SEARCH,FT.AGGREGATE,FT.CURSOR,FT.HYBRID,TS.MGET,TS.MRANGE,TS.MREVRANGE, andTS.QUERYINDEXwhile an atomic slot migration process is in progress, the results may be partial or contain duplicatesFT.PROFILE,FT.EXPLAIN, andFT.EXPLACINCLIdo not contain theFT.HYBRIDoptionFT.HYBRIDcommand are not displayed onFT.INFOandINFOFT.HYBRID: theEXPLAINSCORE,SHARD_K_RATIO,YIELD_DISTANCE_AS, andWITHCURSORoptions are not supportedFT.HYBRID: post-filtering (afterCOMBINEstep) usingFILTERis not supportedFT.HYBRID: the default response format considers onlykey_idandscore. This may change for delivering the entire document contentConfiguration
📅 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.