DEV: add 8.10 what's new page#3637
Draft
dwdougherty wants to merge 1 commit into
Draft
Conversation
Contributor
Contributor
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 is a Redis 8.10 feature.
Note
Low Risk
Documentation-only changes with no runtime or application code impact.
Overview
Adds a new Redis 8.10 what's-new page and wires it into the Develop docs navigation.
The new page documents 8.10 vs 8.8: hash templates; list/set/stream commands (
LMOVEM/BLMOVEM,SUNIONCARD/SDIFFCARD,XREAD/XREADGROUPreply caps); Search (FT.ALIASLIST,COLLECT, stricterTIMEOUT/RETURN_STRICT); JSONPath extensions; Time Series (TS.NRANGE,TS.READ,TS.QUERYLABELS, etc.); bug fixes; performance; Modules API; and CLI updates.develop/whats-new/_index.mdgets a Q3 2026 section linking to 8.10, andredis-feature-sets.mdlists 8.10 at the top of the table.Older version pages (8.0–8.8) have
weightincreased by 1 so 8.10 (weight: 1) sorts first in the sidebar.Reviewed by Cursor Bugbot for commit 15ac90f. Bugbot is set up for automated code reviews on this repo. Configure here.