A Redis desktop manager written in Rust.
rust-redis-desktop
A Redis desktop manager written in Rust.
In experimental and development stages, please do not use in production environments
- 🗄️ Database Management: Easily connect to and manage multiple Redis instances.
- 📊 Data Visualization: Visualize your Redis data with charts and graphs.
- 🔍 Key Inspection: Inspect and edit keys, values, and their types.
- 🛠️ Command Execution: Execute Redis commands directly from the interface.
- 📋 Clipboard Integration: Copy and paste keys and values with ease.
- 🔒 Secure Connections: Support for SSL/TLS connections to Redis servers.
- 🖥️ Cross-Platform: Available for Windows, macOS, and Linux.
- Rust >= 1.56.0
- Redis server (local or remote)
To install rust-redis-desktop
, you can download the pre-built binaries from the releases page or build from source.
cargo build --release
./target/release/rust-redis-desktop
Configuration
options can be set via a configuration file or environment variables.
The default configuration file is located at ~/.config/rust-redis-desktop/config.toml
.
Example configuration:
[general]
theme = "dark"
[redis]
default_connection = "redis://localhost:6379"
git clone https://github.com/yelog/rust-redis-desktop.git
cd rust-redis-desktop
from https://github.com/yelog/rust-redis-desktop
(https://github.com/ymbrite/rust-redis-desktop)
No comments:
Post a Comment