Skip to content

Feature redis insight#2793

Open
spicecadet wants to merge 2 commits intopantheon-systems:4.xfrom
spicecadet:feature-redis-insight
Open

Feature redis insight#2793
spicecadet wants to merge 2 commits intopantheon-systems:4.xfrom
spicecadet:feature-redis-insight

Conversation

@spicecadet
Copy link
Copy Markdown

I've been working on four new Redis commands for terminus - (connect, flushdb, info with 9 sub-commands, and insight). I also included comprehensive functional tests covering all 12 command methods.

My idea is to make some of the common tasks that I run a little easier to enable developers who are not familiar with Redis to execute. Connect opens redis-cli and Redis Insight opens Redis Insight (similar to how terminus pancakes opens a db app) and creates a connection. Info and it's sub-commands get stats based around the INFO command and Flushdb flushes Redis.

The Insight command currently works on Mac, but I'm not sure what it would take to get it working for Linux and Windows. Additionally, the flushdb command could be risky if run in production and it may be a good idea to prompt the user to make sure they realize they are flushing production environment.

@spicecadet spicecadet requested a review from a team as a code owner March 9, 2026 21:49
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.

1 participant