Skip to content

The BS redis desktop client is powered by Rust and Tauri, with very small weight, beautiful interface and faster running speed!

License

Notifications You must be signed in to change notification settings

fuyoo/bs-redis-desktop-client

Repository files navigation

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