iredis
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/iredis/
An interactive redis client with autocompletion and syntax highlighting.
Script Preview
Review this script before executing in your terminal.

iredis is a Redis terminal client with extensive command completion, and grammar-aware highlighting and readable results in a user friendly format in the terminal.
It validates Redis commands and will highlight errors on unrecognised or mistyped CLI arguments and keywords. This tool auto-suggests keys as you type which saves you from accidentally mistyping a command and also shows previous results and blocks risky patterns.
Additionally, iredis is composable with existing Unix command line tools and allows you to pipe responses into shell tools, pages output and commands such as jq. Unlike other redis clients, this tool supports native NAT remapping which it can connect to other redis clusters through local forwarded ports, allowing you to connect to your cluster if is behind a VPN, SSH with the correct ports.
Developers, system administrators, cluster maintainers and homelab users will find iredis as an alternative to most redis clients for quick inspection or exploration of keys with auto-complete, with troubleshooting and safer production database access.




