https://github.com/fuyoo/bs-redis-desktop-client
The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!
https://github.com/fuyoo/bs-redis-desktop-client
bs-redis bs-redis-desktop-client cross-platform redis redis-gui rust
Last synced: 19 days ago
JSON representation
The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!
- Host: GitHub
- URL: https://github.com/fuyoo/bs-redis-desktop-client
- Owner: fuyoo
- License: mit
- Created: 2021-11-30T08:41:33.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-21T09:52:00.000Z (about 1 month ago)
- Last Synced: 2025-04-21T10:48:02.041Z (about 1 month ago)
- Topics: bs-redis, bs-redis-desktop-client, cross-platform, redis, redis-gui, rust
- Language: Vue
- Homepage: https://bs.xsa.link
- Size: 4.55 MB
- Stars: 237
- Watchers: 6
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - BS Redis Desktop Client - The Best Surprise Redis Desktop Client. (Applications / Data)
README
# bsrdc (bsredis)
A Redis GUI Client
## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run tauri:dev
```### Build the app in release mode
```bash
npm run tauri:build
```