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