English | 简体中文 | Screenshots
- Super Lightweight: Based on Webview2, no embedded browser (Thanks to Tauri)
- Pretty UI: Provides light/dark themes(Thanks to ElementPlus, CodeMirror, VueWebTerminal)
- Cross-platform: Supports Windows/Mac/Linux
- Multi-language: English, Chinese, more languages coming soon
- Rich functionality: info, value, terminal, memory analysis, slow logs, command monitoring, pub/sub etc
- Dynamic switching between read-only/writable modes
- Terminal command prompts and detailed explanations
- Highlighting and detailed explanations of info fields
- Configuration field comparison, detailed explanations, and default value references
- Fine-grained memory scan parameter configuration for quick memory issue troubleshooting
- Terminal command execution with automatic broadcasting to multiple nodes in a cluster
- Cluster operations can specify nodes
Available to download for free from here
# System Prerequisites: Refer Tauri https://tauri.app/start/prerequisites/
# Windows: Microsoft C++
# Mac: Xcode
# Linux: libwebkit2gtk, build-essential etc
# rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# vite+: node/pnpm etc
curl -fsSL https://vite.plus | bash
# clone
git clone https://github.com/hepengju/redis-me.git --depth=1
# install package.json and start dev
vp install
vp run tauri devRegularly share the special features and update logs of RedisME, as well as other technical issues and solutions.



