tiny-craft/tiny-rdm

Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux. It also provides a web version...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 29 seconds ago
Added to GitGenius on September 4th, 2026
Created on June 27th, 2023
Open Issues & Pull Requests: 177 (+0)
GitHub issues: Enabled
Number of forks: 658
Total Stargazers: 13,080 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 days
Mean response time: 14.4 days
90th percentile: 17.3 days
Tracked items: 249

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 76% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 76% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 138
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 472 days
Stale 30+ days: 135
Stale 90+ days: 124

Recent activity

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

Top labels

  • rewrite feature (53)
  • bug (28)
  • help wanted (10)
  • enhancement (6)
  • feature (3)

Most active issues this week

Detailed Description

Tiny RDM is a Redis desktop manager that provides a lightweight, cross-platform GUI client for Mac, Windows, and Linux, with an additional web version deployable via Docker.

The tool addresses the need for an efficient Redis client by combining a minimal footprint with a modern interface. Built on Wails and Webview2, it avoids embedding a full browser engine while delivering a visually polished experience through Naive UI components and dark and light themes. It handles connection complexity through support for SSH tunnels, SSL, Sentinel mode, cluster mode, HTTP proxies, and SOCKS5 proxies. The interface provides CRUD operations across Redis data types including strings, lists, hashes, sets, sorted sets, and streams, with segmented loading via SCAN to handle large key spaces efficiently. Additional capabilities include command-line mode, slow logs inspection, real-time command monitoring, publish-subscribe support, import and export functionality for both data and connection profiles, and customizable value decoders for specialized data formats.

Developers managing Redis instances should consider this tool if they value a lightweight client without the overhead of traditional desktop applications. It suits teams working across multiple operating systems who need straightforward connection management and data visualization without complexity. The web deployment option makes it suitable for shared team environments or remote access scenarios.

The project maintains active development with regular updates addressing user-reported issues and feature requests. The codebase shows consistent refinement of the user interface and connection handling capabilities. Documentation includes guides for custom decoder implementation, indicating attention to extensibility. The tool supports multiple languages through community contribution, suggesting ongoing localization efforts.