Redis Explorer v0.1.0
Browse Redis databases and inspect keys with type-aware rendering. Inspired by Redis Insight — but it lives in your editor.
Features
What you get
Connection manager
Host/port, password, DB index and TLS. Color-code connections for visual grouping, with inline Test / Edit / Delete on hover.
Tree browser, db0–db15
All 16 databases shown with live key counts — Connection → Databases → Keys, lazily loaded.
Non-blocking key scanning
Keys are scanned with SCAN — never a blocking
KEYS — showing type, TTL and memory size.
Type-aware value rendering
Strings with JSON highlighting, hash field-value grids, numbered lists, sorted sets as score tables, streams as ID-entry tables.
Detail sidebar & filters
Click a key to inspect it with syntax highlighting. Filter keys by
glob pattern (user:*) or regex.
Server info
Version, memory usage, connected clients and keyspace stats — the numbers you need before you panic.
Licensing
Free for most, Pro for power users
| Free | Pro | |
|---|---|---|
| Connections | up to 5 | unlimited |
| Key browsing & type-aware viewer | ✓ | ✓ |
| Regex key search | — | ✓ |
| CSV / JSON export | — | ✓ |
For licenses and commercial use, write to license@linhvu.net.