A Modern Redis Desktop Manager
Go to file
Lykin cdac3c4496 perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
.github perf: add dark theme support for charts 2024-01-19 00:39:09 +08:00
backend perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
build build: update action for build dmg file, add repair bash file inside. 2024-01-18 21:00:02 +08:00
docs
frontend perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
screenshots doc: update screenshots 2024-01-19 00:58:53 +08:00
.gitignore
.prettierignore
LICENSE
README.md doc: update README 2024-01-19 10:54:02 +08:00
README_zh.md doc: update README 2024-01-19 10:54:02 +08:00
go.mod chore: update dependencies 2024-01-17 20:59:08 +08:00
go.sum chore: update dependencies 2024-01-17 20:59:08 +08:00
main.go chore: update dependencies 2024-01-17 20:59:08 +08:00
wails.json

README.md

Tiny RDM

English | 简体中文

License GitHub release GitHub All Releases GitHub stars GitHub forks Discord X

Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux.

screenshot screenshot

Feature

  • Super lightweight, built on Webview2, without embedded browsers (Thanks to Wails).
  • Provides visually and user-friendly UI, light and dark themes (Thanks to Naive UI and IconPark).
  • Multi-language support (Need more languages ? Click here to contribute).
  • Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode.
  • Visualize key value operations, CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams.
  • Support multiple data viewing format and decode/decompression methods.
  • Use SCAN for segmented loading, making it easy to list millions of keys.
  • Logs list for command operation history.
  • Provides command-line mode.
  • Provides slow logs list.
  • Segmented loading and querying for List/Hash/Set/Sorted Set.
  • Provide value decode/decompression for List/Hash/Set/Sorted Set.
  • Integrate with Monaco Editor
  • Support real-time commands monitoring.
  • Support import/export data.
  • Support publish/subscribe.
  • support import/export connection profile

Roadmap

  • Custom data encoder and decoder for value display

Installation

Available to download for free from here.

If you can't open it after installation on macOS, exec the following command then reopen:

 sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app

Build Guidelines

Prerequisites

  • Go (latest version)
  • Node.js >= 16
  • NPM >= 9

Install wails

go install github.com/wailsapp/wails/v2/cmd/wails@latest

Clone the code

git clone https://github.com/tiny-craft/tiny-rdm --depth=1

Build frontend

npm install --prefix ./frontend

Compile and run

wails dev

About

Wechat Official Account

wechat

Sponsor

If this project helpful for you, feel free to buy me a cup of coffee .

  • Wechat Sponsor
wechat