kami-redis
v2.2.0
Published
Browse, inspect, copy, and delete Redis keys from your CLI
Downloads
40
Readme
kami-redis — Inspect Redis keys from your CLI
A tiny CLI to browse keys, view nicely formatted values, copy them, or delete — fast and simple.
Demo

Features
- Pretty output with JSON detection and syntax highlighting
- Quick actions:
ccopy,ddelete,←back,Ctrl+Cquit - Supports
string,hash,list,set,zset
Install
# global
npm install -g kami-redis
# or
bun install -g kami-redisQuick start
kami-redis redis://localhost:6379
# TLS
kami-redis rediss://user:pass@host:6380/0Usage
Usage
kami-redis <url>Examples:
Shortcuts
c: Copy current valued: Delete current key←: Back to keys listCtrl+C: Quit
Supported types
string,hash,list,set,zset
Unsupported types show as (unsupported type).
Feedback
If you have any feedback, feel free to reach out to KamiRu on Discord.
