redis/redisinsight

Redis GUI by Redis

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 7th, 2026
Created on July 30th, 2021
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 491
Total Stargazers: 8,826 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.4 hours
Mean response time: 87.8 days
90th percentile: 243.6 days
Tracked items: 341

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "status: accepted" is answered fastest, typically in about an hour, while "issue" waits about 13 days. Only 5% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 63
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 447 days
Stale 30+ days: 47
Stale 90+ days: 35

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature (143)
  • stale (55)
  • status: accepted (16)
  • issue (12)
  • status: in progress (7)
  • status: in-release-queue (3)
  • status: open for contributions (2)
  • duplicate (1)

Detailed Description

Redis Insight is a visual database client and management tool for Redis that runs as a desktop application.

The tool addresses the need to interact with Redis data through a graphical interface rather than command-line tools alone. It provides browsing and editing capabilities for Redis data structures including strings, lists, hashes, sets, sorted sets, and streams, along with support for Redis modules like JSON, search indexes, time series, and vector sets. The interface includes a workbench with command auto-completion, a profiler for real-time command analysis, slow log inspection, pub/sub support, and bulk operations. Data can be viewed in multiple formats including JSON, hex, and ASCII. The tool also offers contextual performance recommendations that update as you interact with your database.

Redis Insight suits developers building Redis applications who prefer visual data exploration and management over command-line interaction. It is particularly valuable for working with complex data structures like JSON documents and vector sets, and for performance optimization through its profiler and slow log analysis. The tool is officially supported for Redis OSS and Redis Cloud, and works with Azure Managed Redis. The workbench's intelligent auto-completion and visualization capabilities make it useful for developing and testing complex Redis commands. Teams can build custom data visualization plugins to extend the tool's capabilities.

The project maintains active development with regular releases and ongoing feature additions. The codebase is built with Electron, Monaco Editor, and Node.js, indicating a mature technical foundation. The tool continues to expand support for emerging Redis capabilities, particularly around vector search and AI use cases, suggesting the maintainers are tracking evolving user needs in that space.