An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

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
```