Skip to content

DEV: update data/commands_core.json from GA build - #3706

Merged
dwdougherty merged 1 commit into
feature-oss-8.10from
DOC-6559
Jul 24, 2026
Merged

DEV: update data/commands_core.json from GA build#3706
dwdougherty merged 1 commit into
feature-oss-8.10from
DOC-6559

Conversation

@dwdougherty

@dwdougherty dwdougherty commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

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.json with command metadata generated from the Redis RC2 release (same pipeline as GA: utils/generate-commands-json.py output synced via redis_docs_sync). Doc builds and update_command_pages rely 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.json remains the single source for core OSS commands (module commands still use separate data/commands_*.json files).

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

@dwdougherty
dwdougherty requested a review from a team July 24, 2026 14:38
@dwdougherty dwdougherty self-assigned this Jul 24, 2026
@dwdougherty dwdougherty added cmds oss Redis Open Source labels Jul 24, 2026
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

DOC-6559

@github-actions

Copy link
Copy Markdown
Contributor

🧠 Redis Memory

Found 5 related items from repository history:

Memory updated at 740e902

@andy-stark-redis andy-stark-redis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'll trust you on this one - approved.

@dwdougherty

dwdougherty commented Jul 24, 2026

Copy link
Copy Markdown
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
dwdougherty merged commit 3d7d40e into feature-oss-8.10 Jul 24, 2026
83 checks passed
@dwdougherty
dwdougherty deleted the DOC-6559 branch July 24, 2026 15:06
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cmds oss Redis Open Source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants