// the find
diego3g/rocketredis
A beautiful Redis GUI :fire: (under development)
Electron + React desktop GUI for Redis, built by the Rocketseat team. It handles basic connection management and key browsing. The 'under development' warning in the README is accurate — this is closer to a prototype than a finished tool.
Clean architecture separating service layer from UI components; i18n support baked in from the start with locale JSON files; CI pipelines for lint, type-check, and tests are wired up properly; docker-compose included for spinning up a local Redis to test against.
Only supports string key content viewing — no hash, list, set, or sorted set editors, which covers maybe 20% of real Redis usage; last meaningful activity was 2020–2021 despite a recent push date, so the stars reflect a moment of hype more than an active project; no TTL editing, no bulk delete, no pattern-based key filtering beyond a search input; competes directly with TablePlus, RedisInsight, and Medis, all of which are more complete and actively maintained.