macOS
brew install iredislocal Homebrew formula metadata
brew
Terminal Client for Redis with AutoCompletion and Syntax Highlighting. Version 1.16.1 via Homebrew; verified 2026-05-07.
install
brew install iredislocal Homebrew formula metadata
sudo apt install iredisDebian stable package indexes · iredis · source: deb.debian.org
nix profile install nixpkgs#iredisnixpkgs package indexes · pkgs/by-name/ir/iredis/package.nix · source: api.github.com
sudo zypper install iredisopenSUSE Tumbleweed package metadata · iredis · source: download.opensuse.org
overview
Terminal Client for Redis with AutoCompletion and Syntax Highlighting
history
IRedis is an interactive Redis terminal client that adds completion, syntax highlighting, validation, hints, and friendlier output around the Redis command-line workflow. It belongs to the dbcli-style family of database CLIs that make REPL use safer and more ergonomic than a bare protocol client.
The first PyPI files for IRedis appeared in August 2019, and the README describes the project as a Redis alternative to `redis-cli` with auto-completion, syntax highlighting, command validation, and safer behavior around dangerous commands such as `KEYS *`. Its documentation emphasizes a Redis-compatible interactive mode while adding history-aware completion, command hints, DSN support, cluster support, URL connections, pager support, and human-friendly rendering.
The changelog shows the project following Redis command evolution closely: releases added support for Redis 6 username authentication, Redis 7 command coverage, cluster MOVED handling, NAT mapping for cluster deployments, Python version changes, and updates to command grammar data.
IRedis moved beyond pip distribution into Homebrew and Linux distribution packages, and the project README documents pip, pipx, Homebrew, apt, and standalone binary installation paths. A pgcli project post in 2020 announced IRedis joining the dbcli organization, which helps explain its design culture: database shells with completion, hints, and presentation polish.
Users run `iredis` interactively, connect with Redis host/port flags or Redis URLs, store DSNs in `iredisrc`, and issue Redis commands with validation and completion. The package can also run one-shot commands, handle TLS URLs, support Redis Cluster redirects, and hide passwords during AUTH.
IRedis is interesting to package people because it is not a server or driver but a nicer operations shell. Packaging has to track Python support, Redis command metadata, optional standalone binary history, and config-file paths, while users expect it to feel like a drop-in friendlier `redis-cli`.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/iredisrc~/.iredisrc./.iredisrcCredential-bearing paths to review before unattended agent runs.
/etc/iredisrc~/.iredisrc./.iredisrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
iredis | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:iredis |
|---|---|
| Version | 1.16.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/iredis |
| Homepage | https://iredis.xbin.io/ |
| Repository | https://github.com/laixintao/iredis |
| Upstream docs | https://github.com/laixintao/iredis#readme |
| License | BSD-3-Clause |
| Source archive | https://files.pythonhosted.org/packages/24/3c/9d26458a7e1a064f417fbdca8e9c0656c3c1a0afda225bf6ad76c3ff4f70/iredis-1.16.1.tar.gz |
| Last updated | 2026-05-07T11:19:32Z |
| Pulse | updated |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | iredis |
| Version Scheme | 0 |
| Revision | 2 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
iredis 1.15.1-2
CLI for Redis with auto-completion and syntax highlighting
sudo apt install iredisiredis
nix profile install nixpkgs#iredisiredis 1.14.1-1
CLI for Redis with auto-completion and syntax highlighting
sudo apt install iredisiredis 1.15.2-1.3
Terminal client for Redis with auto-completion and syntax highlighting
sudo zypper install iredissource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.