<div align="center">
<a href="https://github.com/tiny-craft/tiny-rdm/"><img src="build/appicon.png" width="120"/></a>
</div>
<h1 align="center">Tiny RDM</h1>
<h4 align="center"><strong>English</strong> | <a href="https://github.com/tiny-craft/tiny-rdm/blob/main/README_zh.md">
简体中文</a> | <a href="https://github.com/tiny-craft/tiny-rdm/blob/main/README_ja.md">日本語</a></h4>
<div align="center">
[![License](https://img.shields.io/github/license/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/blob/main/LICENSE)
[![GitHub release](https://img.shields.io/github/release/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/releases)
![GitHub All Releases](https://img.shields.io/github/downloads/tiny-craft/tiny-rdm/total)
[![GitHub stars](https://img.shields.io/github/stars/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/tiny-craft/tiny-rdm)](https://github.com/tiny-craft/tiny-rdm/fork)
[![Discord](https://img.shields.io/discord/1170373259133456434?label=Discord&color=5865F2)](https://discord.gg/VTFbBMGjWh)
[![X](https://img.shields.io/badge/Twitter-black?logo=x&logoColor=white)](https://twitter.com/Lykin53448)
<strong>Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and
Linux.</strong>
</div>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="screenshots/dark_en.png">
<source media="(prefers-color-scheme: light)" srcset="screenshots/light_en.png">
<img alt="screenshot" src="screenshots/dark_en.png">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="screenshots/dark_en2.png">
<source media="(prefers-color-scheme: light)" srcset="screenshots/light_en2.png">
<img alt="screenshot" src="screenshots/dark_en2.png">
</picture>
## Feature
* Super lightweight, built on Webview2, without embedded browsers (Thanks
to [Wails](https://github.com/wailsapp/wails)).
* Provides visually and user-friendly UI, light and dark themes (Thanks to [Naive UI](https://github.com/tusen-ai/naive-ui)
and [IconPark](https://iconpark.oceanengine.com)).
* Multi-language support ([Need more languages ? Click here to contribute](.github/CONTRIBUTING.md)).
* Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode/HTTP proxy/SOCKS5 proxy.
* 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.
* Custom data encoder and decoder for value display ([Here are the instructions](https://redis.tinycraft.cc/guide/custom-decoder/)).
## Installation
Available to download for free from [here](https://github.com/tiny-craft/tiny-rdm/releases).
> If you can't open it after installation on macOS, exec the following command then reopen:
> ``` shell
> sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
> ```
## Build Guidelines
### Prerequisites
* Go (latest version)
* Node.js >= 16
* NPM >= 9
### Install Wails
```bash
go install github.com/wailsapp/wails/v2/cmd/wails@latest
```
### Pull the Code
```bash
git clone https://github.com/tiny-craft/tiny-rdm --depth=1
```
### Build Frontend
```bash
npm install --prefix ./frontend
```
or
```bash
cd frontend
npm install
```
### Compile and Run
```bash
wails dev
```
## About
### Wechat Official Account
<img src="docs/images/wechat_official.png" alt="wechat" width="360" />
### Sponsor
If this project helpful for you, feel free to buy me a cup of coffee ☕️.
* Wechat Sponsor
<img src="docs/images/wechat_sponsor.jpg" alt="wechat" width="200" />
赵闪闪168
- 粉丝: 1660
- 资源: 5391
最新资源
- springboot-Java餐品美食论坛
- 基于JAVA+SpringBoot+Vue+MySQL的游戏交易系统 源码+数据库+论文(高分毕业设计).zip
- 基于JAVA+SpringBoot+Vue+MySQL的针对老年人的景区订票系统 源码+数据库+论文(高分毕业设计).zip
- 百度KsarchRedis-redis集群生产解决方案.zip
- 即时聊天系统web客户端,使用vue框架,基于websocket实现基于json的文本协议实现即时通信 消息与android客户端同步,支持文字,图片发送,支持视频相关消息显示
- android-phone.apk
- 头盔检测3-YOLOv7数据集合集.rar
- 啪嗒科技团队日常开发中封装的一套Android快速开发框架 包括了一些Android项目中常用的模块,以及一些项目必备的基础设施
- springboot-仓库管理系统
- 简单的Web界面来管理Redis数据库,支持Redis集群 .zip
- Python+Flask架构基于Zero-Shot和监督学习结合方法实现多域多模型的机器生成文本检测系统+操作教程.zip
- 知乎问答推荐爬取与数据分析系统:基于Scrapy的知乎内容采集与结构化存储工具
- 基于Java Swing的小游戏-贪吃蛇(JAVA、Swing)(适合初学者学习参考)源代码
- 一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
- 精选的令人惊叹的 redis 和 redis 生态系统资源列表 .zip
- 网络蜘蛛的 Python ProxyPool.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈