A Modern Redis Desktop Manager
Go to file
tiny-craft 37e31b1636 doc: update README 2023-11-02 15:52:43 +08:00
.github doc: add contributing and issue template 2023-11-02 15:52:43 +08:00
backend fix: unable to save json string with prefix or suffix contains space or line break 2023-11-01 23:35:45 +08:00
build docs: update README 2023-09-27 12:53:18 +08:00
docs Delete CNAME 2023-09-14 11:53:28 +08:00
frontend doc: update README 2023-11-02 15:52:43 +08:00
screenshots doc: update README 2023-11-02 15:52:43 +08:00
.gitignore chore: update dependencies 2023-10-26 19:29:26 +08:00
.prettierignore Add vertical navigation menu in left side 2023-08-01 00:44:30 +08:00
LICENSE Initial commit 2023-06-27 15:06:25 +08:00
README.md doc: update README 2023-11-02 15:52:43 +08:00
README_zh.md doc: update README 2023-11-02 15:52:43 +08:00
go.mod fix: long string overflow in value page 2023-10-30 21:54:20 +08:00
go.sum fix: long string overflow in value page 2023-10-30 21:54:20 +08:00
main.go fix: window may flash when startup 2023-10-31 11:45:55 +08:00
wails.json perf: support display binary key name which unreadable(convert to hex string) #49 2023-10-11 01:15:23 +08:00

README.md

English | 简体中文

Tiny RDM

License GitHub release GitHub stars GitHub forks

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

Feature

  • Super lightweight, built on Webview2, without embedded browsers (Thanks to Wails).
  • More elegant UI, frameless, offering 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.
  • Operation command execution logs.
  • Provides command-line operations.

Roadmap

  • Pagination and querying for List/Hash/Set/Sorted Set
  • Decode/decompression display for value of List/Hash/Set/Sorted Set
  • Slow logs
  • Real-time commands monitoring
  • Pub/Sub operations

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

License

Tiny RDM is licensed under GNU General Public license.