DEV: (cmds) document new array data structure#3081
Merged
dwdougherty merged 2 commits intoDOC-6334from Apr 22, 2026
Merged
Conversation
Contributor
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Collaborator
Author
|
Thanks for the review, @mich-elle-luna! |
Collaborator
|
Actually, do we have a way to put a banner on these pages? Like we did initially for vector sets? |
Collaborator
Author
|
Will do. |
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.
Redis 8.8 feature
This is the best I could do with what little information I had at my disposal (it wasn't much). I'm sure this will need more work before 8.8 GA.
Just docs team for reviews for now until I can identify another reviewer.
Note
Low Risk
Primarily documentation and site metadata updates; the only functional impact is exposing a new
arraycommand group in the commands index/filter and adding command metadata that could affect docs generation.Overview
Adds full documentation for the new Redis array data structure, including a new
develop/data-types/arraysoverview and reference pages for array commands likeARSET,ARGET,ARMSET,ARDEL,AROP, and related cursor/range helpers.Updates site navigation and command metadata to surface arrays:
data/commands_core.jsongains the array command specs, the commands list UI adds anarraygroup filter option, and various data-type index pages are reorganized/retitled (including bitmaps/bitfields doc path updates). Railroad diagrams are added for the new array commands.Reviewed by Cursor Bugbot for commit a9df045. Bugbot is set up for automated code reviews on this repo. Configure here.