IRedis is a feature-rich terminal client for Redis that transforms how you interact with Redis databases. Unlike the standard redis-cli, it provides intelligent autocompletion that learns from your command history, real-time command validation as you type, and syntax highlighting based on Redis grammar.
Key capabilities include:
KEYS * from running on production serversInstallation is straightforward through pip, brew, or Linux package managers. The tool is written in pure Python and available as a standalone binary, making it work even without a Python interpreter installed. IRedis behaves identically to redis-cli in most cases while adding protective guardrails and productivity enhancements for both development and production environments.
$ pip install iredis$ pip install poetryActivity score
68/100
Stars
Forks
Latest version
Last commit
First release
Language
License
Auto-fetched .