Skip to content

DEV: ROS8.8 release docs#3355

Merged
dwdougherty merged 43 commits into
mainfrom
DOC-6334
May 25, 2026
Merged

DEV: ROS8.8 release docs#3355
dwdougherty merged 43 commits into
mainfrom
DOC-6334

Conversation

@dwdougherty

@dwdougherty dwdougherty commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Redis 8.8 release docs

Reviewer(s): all the individual commits to this 8.8 feature branch have been reviewed by PM and peers. As such, all that's needed is a final approving nod from somebody on the docs team.


Note

Low Risk
Documentation-only changes with no application runtime logic; risk is limited to doc accuracy and discoverability of preview Array APIs.

Overview
This PR adds Redis Open Source 8.8 reference documentation: new commands, command updates, and site wiring for the Array command group.

Array (preview) — A new Array commands section documents the preview string-array type (ARSET, ARGET, ARMSET, ARMGET, ARLEN, ARCOUNT, ARDEL, ARDELRANGE, ARGETRANGE, ARSCAN, ARGREP, AROP, ARINSERT, ARNEXT, ARSEEK, ARRING, ARLASTITEMS, ARINFO, etc.), marked as subject to change. build/generate_version_commands_page.py registers the array group in the commands catalog.

New / extended commandsINCREX (atomic increment with bounds, SATURATE, and TTL/ENX). ACL LOAD documents # comment lines (stripped on load/save; not persisted). JSON.SET adds optional FPHA (FP16 / BF16 / FP32 / FP64) for floating-point homogeneous arrays.

ObservabilityINFO expands stats (slowlog aggregates, parse-batch / client-processing metrics) and commandstats slowlog fields. CLIENT LIST adds read-events, parse-batch-cmd-sum, and parse-batch-cnt (8.8).

SearchFT.AGGREGATE documents REDUCE COLLECT (8.8) with an example; metadata/syntax for reducers and APPLY/FILTER is expanded. FT.PROFILE includes HYBRID. FT.HYBRID documents SHARD_K_RATIO on KNN. Several search command pages link to Search commands in MULTI/EXEC transactions and Lua scripts.

Reviewed by Cursor Bugbot for commit 6a4aff9. Bugbot is set up for automated code reviews on this repo. Configure here.

dwdougherty and others added 30 commits March 25, 2026 09:56
* DEV: (cmds) add XIDMPRECORD command page

* Address PM feedback

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
* DEV: (cmds) update TS cmd pages for multiple aggregators support

* Address Bugbot's concerns

* Address more of Bugbot's concerns

* Address Lior's comments

* Address more of Lior's comments
* DEV: update JSON.SET cmd page (etc) with FPHA argument

* Address Andy's and Lior's concerns

* Address more of Lior's concerns
* DEV: (cmds) add GCRA command page and general info.

* Apply suggestion from @mich-elle-luna

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Address Lior's comments

* Small commit to remove superfluous frontmatter

* Address more of Lior's comments

* Address yet more of Lior's concerns

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
* DEV: update various metrics

* Address Lior's concerns (stat name changes)
* DEV: add info. about sub-keyspace notifications

* Refactor based on review feedback

* Address more review feedback

* Apply suggestions from code review

* Address more review comments
* DEV: (cmds) add COUNT aggregator to sorted set commands

* Address Bugbot's concerns.

* Address reviewer's concerns
* DEV: (cmds + etc) add XNACK command page and general info.

* Apply suggestions from code review

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Add missing RS/RC compat. info.

* Address reviewer concerns

* Address more reviewer comments

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
* DEV: document search limitation inside MULTI/EXEC

* Apply suggestions from code review
* DEV: (cmds) add INCREX command page

* A few minor fixes

* Add railroad_diagram frontmatter

* Remove *#%6! tmp directory

* Add more ACL cats

* Address reviewer's comments

* DEV: (cmds) add INCREX command page

* Address reviewer's concerns

* Add INCREX keyspace notification event

---------

Co-authored-by: debing.sun <debing.sun@redis.com>
dwdougherty and others added 9 commits May 15, 2026 08:55
* DEV: (cmds) update FT.PROFILE and FT.HYBRID commands

* Tweak command page and add add'l info to vector search page
* DEV: (cmds) FT.AGGREGATE - add COLLECT reducer

* Apply review suggestions
* DEV: (cmds) update INCREX command page for recent API change

* Address reviewer's concerns

* Address more of the reviewer's comments
@dwdougherty dwdougherty requested a review from a team May 21, 2026 13:30
@dwdougherty dwdougherty self-assigned this May 21, 2026
@dwdougherty dwdougherty added the oss Redis Open Source label May 21, 2026
@github-actions

github-actions Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

DOC-6334

@github-actions

Copy link
Copy Markdown
Contributor

Staging links:
https://redis.io/docs/staging/DOC-6334/commands/acl-load/
https://redis.io/docs/staging/DOC-6334/commands/arcount/
https://redis.io/docs/staging/DOC-6334/commands/ardel/
https://redis.io/docs/staging/DOC-6334/commands/ardelrange/
https://redis.io/docs/staging/DOC-6334/commands/arget/
https://redis.io/docs/staging/DOC-6334/commands/argetrange/
https://redis.io/docs/staging/DOC-6334/commands/argrep/
https://redis.io/docs/staging/DOC-6334/commands/arinfo/
https://redis.io/docs/staging/DOC-6334/commands/arinsert/
https://redis.io/docs/staging/DOC-6334/commands/arlastitems/
https://redis.io/docs/staging/DOC-6334/commands/arlen/
https://redis.io/docs/staging/DOC-6334/commands/armget/
https://redis.io/docs/staging/DOC-6334/commands/armset/
https://redis.io/docs/staging/DOC-6334/commands/arnext/
https://redis.io/docs/staging/DOC-6334/commands/arop/
https://redis.io/docs/staging/DOC-6334/commands/arring/
https://redis.io/docs/staging/DOC-6334/commands/arscan/
https://redis.io/docs/staging/DOC-6334/commands/arseek/
https://redis.io/docs/staging/DOC-6334/commands/arset/
https://redis.io/docs/staging/DOC-6334/commands/client-list/
https://redis.io/docs/staging/DOC-6334/commands/ft.aggregate/
https://redis.io/docs/staging/DOC-6334/commands/ft.cursor-read/
https://redis.io/docs/staging/DOC-6334/commands/ft.hybrid/
https://redis.io/docs/staging/DOC-6334/commands/ft.profile/
https://redis.io/docs/staging/DOC-6334/commands/ft.search/
https://redis.io/docs/staging/DOC-6334/commands/increx/
https://redis.io/docs/staging/DOC-6334/commands/info/
https://redis.io/docs/staging/DOC-6334/commands/json.set/
https://redis.io/docs/staging/DOC-6334/commands/redis-8-8-commands/

@jit-ci

jit-ci Bot commented May 21, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

* DEV: add 8.8-GA release notes

* Fix a handful of links
@dwdougherty

Copy link
Copy Markdown
Collaborator Author

Thank you for approving, @andy-stark-redis!

@rrelledge rrelledge left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RS compatibility page looks good to me aside from some of the command links.

Comment thread content/operate/rs/references/compatibility/commands/data-types.md Outdated
dwdougherty and others added 2 commits May 21, 2026 12:24
Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
@dwdougherty dwdougherty merged commit ad12d9c into main May 25, 2026
64 checks passed
@dwdougherty dwdougherty deleted the DOC-6334 branch May 25, 2026 17:30
EliShteinman added a commit to EliShteinman/docs that referenced this pull request May 26, 2026
ROS 8.8 release docs: new Arrays data type, INCREX/XNACK/XIDMPRECORD commands, FT.AGGREGATE COLLECT reducer, and 8.8 release notes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge yet oss Redis Open Source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants