# bs **Repository Path**: fuyoo/bs ## Basic Information - **Project Name**: bs - **Description**: 一个基于rust+tauri的精简小巧的redis 桌面端可视化工具。 - **Primary Language**: Rust - **License**: MIT - **Default Branch**: dev - **Homepage**: http://bs.xsa.link - **GVP Project**: No ## Statistics - **Stars**: 303 - **Forks**: 51 - **Created**: 2021-08-13 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: dbmanager **Tags**: None ## 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 ```