-
Notifications
You must be signed in to change notification settings - Fork 274
Closed
Labels
Description
🧩 Description
Currently, on the Redis Commands documentation page, deprecated commands (for example, SUBSTR) appear visually identical to active commands.
As a user, this creates confusion — I only discover a command is deprecated after opening its detailed page. It would improve clarity and user experience if deprecated commands were visually distinguished on the main list.
✅ Proposed Enhancements
- Add a “Deprecated” label or badge next to deprecated command names.
- Optionally, use a different color tone or icon (e.g., faded or gray text) for deprecated commands.
- Provide a tooltip or hover note linking to the preferred replacement command (e.g., “Use GETRANGE instead of SUBSTR”).
- (Optional) Add a filter toggle like “Hide deprecated commands.”
💡 Why this matters
This change would:
Improve discoverability for new learners.
Reduce confusion around deprecated commands.
Encourage best practices (e.g., preferring GETRANGE over SUBSTR).
Provide a cleaner learning path for Redis 8.0 users.