# laixintao/iredis

Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

Repository: https://github.com/laixintao/iredis
Canonical: https://ross.abutalabs.com/products/iredis
Homepage: https://iredis.xbin.io
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: redis, redis-cli, command-line-tool, redis-client
Last push: 2026-07-27T02:27:18+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 94, release rhythm 47, longevity 100
- inputs: {"age_days": 2784, "days_push": 38, "days_rel": 194, "gap_med": 152.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2740, forks 118 (observed 2026-08-28T04:07:16.477977+00:00)

## What it is
IRedis is an interactive terminal client for Redis with auto-completion, syntax highlighting, and human-friendly output formatting. It serves as a drop-in alternative to redis-cli, adding safety features like blocking dangerous commands and context-aware key completion.

## Use cases
- interactive redis terminal client with autocompletion
- replace redis-cli with syntax highlighting
- safely run redis commands on production servers
- peek at redis key values without knowing the type
- pipe redis command output to shell tools like jq
- connect to redis cluster with MOVED redirect handling

## When to choose
- you want a friendlier, safer interactive alternative to redis-cli
- you need command completion, hints, and built-in Redis documentation in the terminal
- you work with Redis clusters or want to block dangerous commands like KEYS *

## When to avoid
- you need programmatic access to Redis from application code - use a Redis client library instead
- you need a GUI for browsing Redis data
- you rely on redis-cli scripting behavior that IRedis does not fully replicate

## Facets
- artifact type: cli-tool
- maturity: active
- function: database-driver, cli, developer-tools
- domain: databases, developer-tools
- platform: cli, python, windows, cross-platform
- tags: redis, redis-client, terminal-ui, autocompletion, syntax-highlighting, key-value-store, command-line, linux, macos

## Member repositories
- laixintao/iredis (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.477977+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:19:09.441641+00:00, confidence not recorded.
  - readme: https://github.com/laixintao/iredis (fetched 2026-08-28T04:07:16.477977+00:00, sha 5910d65e5976)
  - homepage: https://iredis.xbin.io (fetched 2026-08-29T09:57:20.237161+00:00, sha 57176e2658f1)
  - registry_pypi: https://pypi.org/pypi/iredis/json (fetched 2026-08-29T09:57:20.245988+00:00, sha e0a0640a3692)
- Data as of 2026-08-30T08:39:29.467469+00:00.
