RDSC-5730 Compare previous and current RDI CLI#3665
Merged
Conversation
Contributor
andy-stark-redis
approved these changes
Jul 20, 2026
andy-stark-redis
left a comment
Contributor
There was a problem hiding this comment.
One small suggestion, but otherwise a great idea and looks good - approved.
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
EliShteinman
added a commit
to EliShteinman/docs
that referenced
this pull request
Jul 22, 2026
Adds an RDI reference page comparing the previous and current RDI CLI.
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.
Note
Low Risk
Documentation-only Hugo content with no application, auth, or infrastructure code changes.
Overview
Adds documentation for upgrading from the pre-1.19.0 Python
redis-diCLI to the API-based Go CLI introduced in RDI 1.19.0.A new Previous CLI comparison page covers side-by-side differences (connection model, contexts, secrets, output), maps old flags/env vars to
--api-urland related API options, explains how to recreate~/.redis-dicontexts, lists command renames and removals (e.g.status→describe, DLQ workflow, droppedtrace/create), and gives scripting guidance (-o json/yaml) plus a short verification checklist.The CLI reference overview gains a note pointing upgraders at that page for connection, context, command, and output changes.
Reviewed by Cursor Bugbot for commit 77a5988. Bugbot is set up for automated code reviews on this repo. Configure here.