/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!

Primary LanguageVueMIT LicenseMIT

bsrdc (bsredis)

A Redis GUI Client

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run tauri:dev

Build the app in release mode

npm run tauri:build