⚠️ MAJOR: Update redis Docker tag to v8 #25
No reviewers
Labels
No labels
audit-work
bug
docs
general-admin
major-upgrade
needs-vps-sync
new-service
on-hold
outside-work
post-podman
renovate
upstream
vps
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mysticalsoap/docker!25
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/infra-redis-8.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
7.4.10-alpine→8.10.0-alpineRelease Notes
redis/redis (redis)
v8.10.0Compare Source
This is the General Availability release of Redis 8.10 in Redis Open Source.
Major changes compared to 8.8
HIMPORT- high-throughput compact hash bulk insertionLMOVEM,BLMOVEM- move multiple elements between listsSUNIONCARD- get the cardinality of the union of multiple setsSDIFFCARD- get the cardinality of the difference between setsBACKUP- node-side implementation for backup and restore based on multi-part AOF (MP-AOF)XREAD,XREADGROUP- newMAXCOUNTandMAXSIZEarguments to cap the cumulative reply entries and sizeFT.ALIASLIST- get all aliases for the indexTS.NRANGE,TS.NREVRANGE- Query a range across multiple time series; group results by timestampTS.READ- optionally blocking readTS.QUERYLABELS- Get a list of labels and label-valuesTS.MRANGE,TS.MREVRANGE- newEXCLUDEEMPTYargument to exclude series with no reported samplesBinary distributions
Operating systems we test Redis 8.10 on
Bug fixes (compared to 8.10-RC2)
BLPOP,BLMOVE, orBLMOVEMcould remain blocked afterSORTwithSTOREreplaced the target key with a listv8.8.1Compare Source
SECURITY: There is a security fix in the release.
Security fixes
v8.8.0Compare Source
This is the General Availability release of Redis 8.8 in Redis Open Source.
Major changes compared to 8.6
INCREX: a window counter rate limiter combiningINCR,INCRBY,INCRBYFLOAT, bounds, and expiration (@raffertyyu + Redis team)XNACK: a new streams command - allow consumers to explicitly release pending messagesZUNION,ZINTER,ZUNIONSTORE,ZINTERSTORE: newCOUNTaggregatorJSON.SET: newFPHAargument to specify the FP type for homogeneous FP arraysTS.RANGE,TS.REVRANGE,TS.MRANGE,TS.MREVRANGE: multiple aggregators in a single commandFT.HYBRIDKNNclause: new argument to request fewer candidates per shardFT.PROFILEHYBRID: profiling support forFT.HYBRIDFor more details, see the 8.8 release blog post.
Binary distributions
Operating systems we test Redis 8.8 on
Bug fixes (compared to 8.8-RC1)
INCREXsyntax updatev8.6.5Compare Source
SECURITY: There are security fixes in the release.
Security fixes
Bug fixes
CF.LOADCHUNKdata chunks to prevent silent Cuckoo Filter data loss on failoverv8.6.4Compare Source
Update urgency:
HIGH: There are critical bugs that may affect a subset of users.Bug fixes
MULTIqueue memory incorrect memory accountingCLIENT KILLunsubscribesSSUBSCRIBEclient insideEXECXREADGROUP: consumer replication inconsistencySENTINEL SETSCANcommands: integer overflow inCOUNTparameterCLIENT TRACKING: self-overlap returning non-zero loop indexXINFO STREAM: wrong value in the per-slot memory trackingHEXPIRE: overflow on fields countCOMMAND GETKEYS for PFMERGEwith no source keyscluster-announce-iprejecting hostnames (regression)EXPIREorEXPIREAToperations run concurrently with queries on large indexes (MOD-14930)v8.6.3Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
RESTOREmay lead to Remote Code ExecutionRESTOREmay lead to Remote Code Execution (Time Series)RESTOREmay lead to Remote Code Execution (Probabilistic)Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)FT.HYBRIDVSIM RANGE+FILTERincorrectly returns zero results (MOD-12370, MOD-13884)FT.PROFILE HYBRIDreturns an empty reply (MOD-14778)FT.PROFILEreports an incorrect shard total profile time (MOD-13735, MOD-13181)FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560)FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461)FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063)FILTERbehavior depends on property order in the expression (MOD-14065)RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14328)PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800)FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596)FT.HYBRIDcauses intermittent failures under concurrent hybrid query load (MOD-14732)FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475)FT.SEARCHfails with "Query requires unavailable slots" after shard restart or failover (MOD-13828)FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14079)FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655)IndexSpecof the index the failing thread was working on (MOD-7574)Metrics
FT.PROFILE: added queue time tracking (MOD-13602)v8.6.2Compare Source
Bug fixes
XIDMPRECORDinternal command and AOFRW emission to restore stream IDMP stateXADDwithIDMP/IDMPAUTOthat hits an existing IID records the metadata changeHSETEX,HGETEXdo not validate thatFIELDSis specified only oncev8.6.1Compare Source
SECURITY: There is a security fix in the release
Security fixes
Bug fixes
HOTKEYS: TheINFOcommand may display module information, and the missingHOTKEYS HELPsubcommand has been addedv8.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.5Compare Source
SECURITY: There are security fixes in the release.
Security fixes
Bug fixes
CF.LOADCHUNKdata chunks to prevent silent Cuckoo Filter data loss on failoverv8.4.4Compare Source
Update urgency:
HIGH: There are critical bugs that may affect a subset of users.Bug fixes
MULTIqueue memory incorrect memory accountingMULTI-EXECSCAN: restore original filter order (revert change introduced in 8.2)MSETEXXTRIM/XADDwith approx mode (~) don’t delete entries forDELREF/ACKEDstrategiesXDELEX ... ACKEDafterXGROUP DESTROYcluster-announce-iprejecting hostnames (regression)EXPIREorEXPIREAToperations run concurrently with queries on large indexes (MOD-14930)v8.4.3Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
RESTOREmay lead to Remote Code ExecutionRESTOREmay lead to Remote Code Execution (Time Series)RESTOREmay lead to Remote Code Execution (Probabilistic)Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)FT.HYBRIDVSIM RANGE+FILTERincorrectly returns zero results (MOD-13885)FT.PROFILE HYBRIDreturns an empty reply (MOD-14778)FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560)FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461)FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063)FILTERbehavior depends on property order in the expression (MOD-14065)RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14062)PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800)FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596)FT.HYBRIDcauses intermittent failures under concurrent hybrid query load (MOD-14732)FT.SEARCHandFT.AGGREGATEload (MOD-14268)FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475)FT.SEARCHfails with "Query requires unavailable slots" after shard restart or failover (MOD-13828)FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14080)FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655)Metrics
FT.PROFILE: added queue time tracking (MOD-13602)v8.4.2Compare Source
SECURITY: There is a security fix in the release
Security fixes
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, the Atomic slot migration with Redis 8.4 blog post, the Simplifying streams and string blog post, and the Revamping context-oriented retrieval with hybrid search in Redis 8.4 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 contentv8.2.8Compare Source
SECURITY: There are security fixes in the release.
Security fixes
Bug fixes
CF.LOADCHUNKdata chunks to prevent silent Cuckoo Filter data loss on failoverv8.2.7Compare Source
Update urgency:
HIGH: There are critical bugs that may affect a subset of users.Bug fixes
SCAN: restore original filter order (revert change introduced in 8.2)XTRIM/XADDwith approx mode (~) don’t delete entries forDELREF/ACKEDstrategiesXDELEX...ACKEDafterXGROUP DESTROY`lookupKey()whenexecuting_clientis NULLCLUSTER FORGET- heap-buffer-overflowcluster-announce-iprejecting hostnames (regression)EXPIREorEXPIREAToperations run concurrently with queries on large indexes (MOD-14930)v8.2.6Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
RESTOREmay lead to Remote Code ExecutionRESTOREmay lead to Remote Code Execution (Time Series)RESTOREmay lead to Remote Code Execution (Probabilistic)Bug fixes
SUBSCRIBE,PSUBSCRIBE,SSUBSCRIBE: crash on OOM (RED-167788)CONFIG SET: some settings allow invalid characters (RED-167787)SCRIPT DEBUG: potential crash on scripts (RED-175507)VADD: crash or buffer overflow on largeREDUCEvalue (RED-170921)VSET: crash on huge allocations (MOD-12678)FT.SEARCHandFT.AGGREGATEload (MOD-14268)FT.PROFILEoutput is inconsistent when a profiled value is missing (MOD-10560)FT.EXPLAINdoes not lock, causing a race with concurrent index changes (MOD-14461)FILTERreturns inconsistent results with multiple indexes sharing field aliases (MOD-14063)FILTERbehavior depends on property order in the expression (MOD-14342)RENAMEnotification handler loads the wrong key, causing stale index entries after a rename (MOD-14062)PERSISTandHPERSISTnotifications are not reflected in index expiration tracking (MOD-14800)FT.SPELLCHECKtreatsPARAMSplaceholders as literal terms instead of resolving them (MOD-10596)FT.CURSORenters an infinite loop when the ACL user lacks specific permissions (MOD-14479)FT.SEARCHwhen topology validation fails (for example, some nodes unreachable) (MOD-14475)FT.INFO-style output no longer reports zero-index summary data when no indices exist (MOD-14081)FT.CREATEnow rejects schema definitions with invalid option combinations at creation time (MOD-14655)Metrics
FT.PROFILE: added queue time tracking (MOD-13602)v8.2.5Compare Source
SECURITY: There is a security fix in the release
Security fixes
v8.2.4Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
Bug fixes
FT.INFOcommand fanout to replicas to reduce unnecessary cluster trafficFT.AGGREGATEwhen memory limits are approached (MOD-11817)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)RETURNpolicy inFT.PROFILE(MOD-12320)HGETALLcommand in HDT mode (MOD-12662)SCOREis sent alone without extra fields (MOD-12647)WITHCOUNTinFT.AGGREGATE(MOD-11751)FT.AGGREGATEreplies in cluster mode (MOD-12640)FULLTEXTfield metric count accuracy (MOD-13432)search-min-operation-workersmin value correctly (MOD-12383)FT.PROFILEshard total profile time calculation (MOD-13735, MOD-13181)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
Metrics
maxprefixexpansionserrors and warnings in info (MOD-12417)FT.PROFILEcounter fields for clarity (MOD-6056)FT.PROFILEwith vector search execution details (MOD-12263)Internal cursor readsmetric to clusterFT.PROFILEoutput (MOD-12414)_FT.CURSOR PROFILE(MOD-12955)active_io_threadsmetric (MOD-12069, MOD-12695)active_worker_threadsmetric (MOD-12694, MOD-12069)active_coord_threadsmetric (MOD-12694, MOD-12069)*_pending_jobsmetrics for job queues (MOD-12069)active_topology_update_threadsmetric (MOD-12069, MOD-12790)Configuration parameters
v8.2.3Compare Source
Update urgency:
SECURITY: There is a security fix in the release.Security fixes
XACKDEL- potential stack overflow and RCEBug fixes
HGETEX- potential crash whenFIELDSis used andnumfieldsis missingv8.2.2Compare Source
Update urgency:
SECURITY: There are security fixes in the releaseSecurity fixes
New Features
VSIM: newEPSILONargument to specify maximum distanceSVS-VAMANA: allow use ofBUILD_INTEL_SVS_OPTflag for Intel optimisations (MOD-10920)Bug fixes
MEMORY USAGE: fix reported valueXGROUP CREATE,XGROUP SETID: limitENTRIESREADvalue to the number of entries added to the streamJSON.DELdoesn’t delete all matching object members / array elements (MOD-11032, MOD-11067)TDIGEST.CREATEcrashes (OOM) on huge initialization values (MOD-10840)CONSTRUCTION_WINDOW_SIZEonSVS-VAMANA(MOD-10771)INFO SEARCH:search_used_memory_indexesvector index memory value incorrectFT.PROFILE: more accurate execution duration measurements (MOD-10622)Performance and resource utilization
Metrics
INFO SEARCH: newSVS-VAMANAmetricsv8.2.1Compare Source
Update urgency:
MODERATE: Program an upgrade of the server, but it's not urgent.Bug fixes
INFO KEYSIZES- potential incorrect histogram updates on cluster mode with modulesXADDandXTRIMcan crash the server after loading an RDBFLUSHDB(MOD-10681)Performance and resource utilization
INFO(MOD-10779)v8.2.0Compare Source
This is the General Availability release of Redis 8.2 in Redis Open Source.
Major changes compared to 8.0
XDELEXandXACKDEL; extension toXADDandXTRIMBITOP: new operators:DIFF,DIFF1,ANDOR, andONEBinary distributions
Operating systems we test Redis 8.2 on
Security fixes (compared to 8.2-RC1)
HyperLogLogcommandsNew Features (compared to 8.2-RC1)
OVERWRITTEN- the value of a key is completely overwrittenTYPE_CHANGED- key type changeBug fixes (compared to 8.2-RC1)
EVALcrash when error table is emptyCLIENT UNBLOCKfrom unblockingCLIENT PAUSESETcommandHINCRBYFLOATremoves field expiration on replicaPerformance and resource utilization improvements (compared to 8.2-RC1)
SHARD_K_RATIOparameter - favor network latency over accuracy for KNN vector query in a Redis cluster (unstable feature) (MOD-10359)Modules API
RedisModule_Get*,RedisModule_Set*- allow modules to access Redis configurationsRM_UnsubscribeFromKeyspaceEvents- unregister a module from specific keyspace notificationsv8.0.6Compare Source
SECURITY: There is a security fix in the release
Security fixes
v8.0.5Compare Source
Update urgency:
HIGH: There are critical bugs that may affect a subset of users.Bug fixes
HGETEX- potential crash whenFIELDSis used andnumfieldsis missingv8.0.4Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
New Features
VSIM: newEPSILONargument to specify maximum distanceBug fixes
HINCRBYFLOATremoves field expiration on replicaCLIENT UNBLOCKfrom unblockingCLIENT PAUSEEVALcrash when error table is emptyv8.0.3Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
HyperLogLogcommandsNew Features
VSIM: Add newWITHATTRIBSto return the JSON attribute associated with an elementBug fixes
v8.0.2Compare Source
Update urgency:
SECURITY: There are security fixes in the release.Security fixes
Bug fixes
Other general improvements
LOLWUTfor Redis 8v8.0.1Compare Source
Update urgency:
MODERATE: Program an upgrade of the server, but it's not urgent.Performance and resource utilization improvements
VSIMFILTERparsingBug fixes
search-on-timeouttoRETURN@__keyonFT.AGGREGATEused as reserved field name preventing access to Redis keyspaceFT.CURSOR DELwhile retrieving from the CURSORNotes
v8.0.0Compare Source
This is the General Availability release of Redis 8.0 in Redis Open Source.
Redis 8.0 deprecates previous Redis and Redis Stack versions.
Stand alone RediSearch, RedisJSON, RedisTimeSeries, and RedisBloom are no longer needed as they are now part of Redis.
Major changes compared to 7.4.2
Name change: Redis Community Edition is now Redis Open Source
License change: licensed under your choice of
Redis Query Engine and 8 new data structures are now an integral part of Redis 8
(1) Redis Query Engine, which now supports both horizontal and vertical scaling for search, query and vector workloads
(2) JSON - a queryable JSON document
(3) Time series
(4-8) Five probabilistic data structures: Bloom filter, Cuckoo filter, Count-min sketch, Top-k, and t-digest
(9) Vector set [beta] - a data structure designed for Vector Similarity Search, inspired by Sorted set
These nine components are included in all binary distributions
See instructions in the README.md file on how to build from source with all these components
New configuration file: redis-full.conf - loads Redis with all these components,
and contains new configuration parameters for Redis Query Engine and the new data structures
New ACL categories:
@search,@json,@timeseries,@bloom,@cuckoo,@cms,@topk,@tdigestCommands are also included in the existing ACL categories (
@read,@write, etc.)More than 30 performance and resource utilization improvements
A new I/O threading implementation which enables throughput increase on multi-core environments
(set with
io-threadsconfiguration parameter)An improved replication mechanism which is more performant and robust
New hash commands - HGETDEL, HGETEX, HSETEX
For more details, see the release notes of 8.0-M01, 8.0-M02, 8.0-M03, 8.0-M04, and 8.0-RC1
Binary distributions
Operating systems we test Redis 8.0 on
Supported upgrade paths (by replication or persistence)
Security fixes (compared to 8.0-RC1)
Bug fixes (compared to 8.0-RC1)
CLUSTER SLOTS- TLS port update not reflectedXTRIM,XADD- incorrect lag due to trimming streamHGETEX- wrong order of keyspace notificationsJSON.DELemits noDELnotification when removing the entire value (MOD-9117)TS.INFO-duplicatePolicyisnilwhen set to the default value (MOD-5423)This PR has been generated by Mend Renovate CLI.
Pull request closed