DEV: update data/commands_core.json from GA build - #3706
Merged
Conversation
Contributor
Contributor
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 740e902 |
andy-stark-redis
approved these changes
Jul 24, 2026
andy-stark-redis
left a comment
Contributor
There was a problem hiding this comment.
I'll trust you on this one - approved.
Collaborator
Author
|
Put your trust in our AI overlords, not me. Thanks for approving. BTW, I backed up the file in case it turns out that I broke something. |
dwdougherty
added a commit
that referenced
this pull request
Jul 30, 2026
* DEV: (cmds) add FT.ALIASLIST command page (#3513) * DEV: update search pages for asian lang additions (#3512) * DEV: (cmds) add new time series command pages (#3510) * DEV: (cmds) add new time series command pages * Apply review comments * DEV: (cmds) add new set command pages (#3551) * DEV: (cmds) add new set command pages * Address feedback * DEV: (cmds) update XREAD & XREADGROUP command pages (#3566) * DEV: (cmds) redo time series changes (#3598) * DEV: (cmds) redo time series changes * Apply review comments * Address feedback * Address more feedback * DEV: document JSONPath extensions (#3605) * DEV: document JSONPath extensions * Address more feedback * DEV: (cmds) add EXCLUDEEMPTY flag to TS.[M|MREV]RANGE commands (#3615) * DEV: (cmds) add new list command pages (#3617) * DEV: update moduels API page (#3624) * DEV: update redis-cli usage (#3625) * DEV: document search-on-timeout config. parameter changes (#3626) * DEV: (cmds) update SLOWLOG GET command page (#3632) * DEV: (cmds) update SLOWLOG GET command page * Update slowlog-get.md to include Redis 8.10 details Clarified the total number of arguments in the command, including the command name, by noting it was added in Redis 8.10. * DEV: (cmds) add TS.QUERYLABELS command page (#3633) * DEV: (cmds) add TS.QUERYLABELS command page * Address feedback * Address review feedback * DEV: create redis-8-10-commands.md page (#3647) * DEV: add 8.10-rc1 release notes (#3636) * DEV: add 8.10-rc1 release notes * Address minor editorial errors * Address minor editorial errors * DEV: add 8.10 what's new page (#3637) * DEV: add 8.10 what's new page * Address peer feedback * DEV: (cmds) add new 8.10 commands to RS compat. page(s) (#3658) * DEV: (cmds) add new 8.10 commands to RS compat. page(s) * Change supported to not supported * DEV: update various stats pages with new compact hash metrics (#3670) * Update relnotes and mod API doc * Minor update to the macOS build instructions * DEV: (cmds) add new backup-related command pages/docs (#3677) * DEV: (cmds) add new backup-related command pages/docs * Apply suggestions from code review Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * Fix description and summary wording in backup-cleanup.md --------- Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> * DEV: (cmds) add new hash bulk insertion commands/docs (#3671) * DEV: (cmds) add new hash bulk insertion commands * Change feature name and add config. options * Address feedback * Update 8.10 command summary * DEV: update data/commands_core.json from GA build (#3706) * Update what's new page for standalone redis-cli installation * OP: docs for installing standalone redis-cli binary (#3710) * OP: docs for installing standalone redis-cli * Update main CLI page * OP: 8.10 release notes and config. pointer * Fix relref error * Correct code fences in examples --------- Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
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.
Well, not from GA, but from RC2; close enough.
N.B. I also deleted data/commands.json as it's no longer used anywhere.
Note
Low Risk
Data-only sync and removal of dead file; no application logic changes, though command page regeneration may follow when this lands on main.
Overview
Refreshes
data/commands_core.jsonwith command metadata generated from the Redis RC2 release (same pipeline as GA:utils/generate-commands-json.pyoutput synced viaredis_docs_sync). Doc builds andupdate_command_pagesrely on this file for summaries, groups, arity, and related fields when maintaining command reference pages.Removes
data/commands.json, which duplicated that metadata and is no longer referenced anywhere in the repo;data/commands_core.jsonremains the single source for core OSS commands (module commands still use separatedata/commands_*.jsonfiles).Reviewed by Cursor Bugbot for commit 740e902. Bugbot is set up for automated code reviews on this repo. Configure here.