Skip to content

Conversation

@mich-elle-luna
Copy link
Collaborator

…2, and 8.4

  • Created build/generate_version_commands_page.py script to generate version-specific command reference pages
  • Generated redis-8-0-commands.md with 484 commands (15 new in 8.0)
  • Generated redis-8-2-commands.md with 488 commands (3 new in 8.2)
  • Generated redis-8-4-commands.md with 495 commands (6 new in 8.4)
  • Each page includes commands organized by functional group with collapsible sections
  • New commands are highlighted with version-specific badges
  • Pages include quick navigation TOC and full command details (syntax, complexity, description)

…2, and 8.4

- Created build/generate_version_commands_page.py script to generate version-specific command reference pages
- Generated redis-8-0-commands.md with 484 commands (15 new in 8.0)
- Generated redis-8-2-commands.md with 488 commands (3 new in 8.2)
- Generated redis-8-4-commands.md with 495 commands (6 new in 8.4)
- Each page includes commands organized by functional group with collapsible sections
- New commands are highlighted with version-specific badges
- Pages include quick navigation TOC and full command details (syntax, complexity, description)
@mich-elle-luna mich-elle-luna requested a review from a team November 24, 2025 23:23
Copy link
Contributor

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

Choose a reason for hiding this comment

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

Couple of suggestions, but basically LGTM.

---
title: Redis 8.0 Commands Reference
linkTitle: Redis 8.0 Commands
description: Complete list of all Redis commands available in version 8.0, organized by functional group
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the summary is required to make the description appear on the landing page tile (currently shows nothing for these new lists).

Suggested change
description: Complete list of all Redis commands available in version 8.0, organized by functional group
description: Complete list of all Redis commands available in version 8.0, organized by functional group
summary: Complete list of all Redis commands available in version 8.0, organized by functional group

- rc
- kubernetes
- clients
weight: 1
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe weight these so that the versions are in descending order?

@dwdougherty
Copy link
Collaborator

dwdougherty commented Nov 25, 2025

A few issues:

  • 6.2, 7.2, and 7.4 should also be included because they are all currently supported releases.
  • All headings and bullets should be in sentence case for compliance with our SG.
  • The syntax for commands with very long syntax strings (for example, FT.AGGREGATE and FT.HYBRID) are more or less unreadable in the expanded view.

I think it would also be useful to tag the deprecated commands using the same tag that is used on the main commands index and individual pages (for example, BLPOPLPUSH).

…date all pages with sentence case headings, weights, and summaries

- Added redis-6-2-commands.md with 423 commands (23 new in 6.2)
- Added redis-7-2-commands.md with 465 commands (4 new in 7.2)
- Added redis-7-4-commands.md with 474 commands (9 new in 7.4)
- Updated all command pages to use sentence case for section headings
- Added version-based weights for proper navigation ordering (8.4 at top with weight 1, down to 6.2 with weight 6)
- Added summary field matching description for all pages
- Updated generate_version_commands_page.py script to support these features
@mich-elle-luna mich-elle-luna merged commit 0c897e2 into main Dec 1, 2025
8 checks passed
@mich-elle-luna mich-elle-luna deleted the command-version-8.4 branch December 1, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants