redis-eye

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

redis-eye is a lightweight GUI for Redis that starts a local web interface with a single npx command (v1.1.1). It is released irregularly on npm and provides a zero-config browser-based tool for browsing keys, viewing/editing data, managing connections, monitoring Pub/Sub, and viewing server info. Unlike CLI-based tools like redis-cli, it offers a visual interface with SCAN-based key browsing (safe for production), inline editing for strings/hashes/lists, bulk export, and read-only mode. Requires Node.js >= 18 and a running Redis instance.