-
Notifications
You must be signed in to change notification settings - Fork 289
Add Redis commands reference pages for versions 8.0, 8.… #2456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…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)
andy-stark-redis
left a comment
There was a problem hiding this 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 |
There was a problem hiding this comment.
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).
| 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 |
There was a problem hiding this comment.
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?
|
A few issues:
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, |
…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
…2, and 8.4