36 Star 275 Fork 43

fuyoo / bs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

BS Redis Desktop Client

BS Redis Desktop Client rust + tauri

将在github继续更新,github项目地址bs-redis-desktop-client适配tauri v1.x

github代码更新增加i18n支持。

为什么有这个工具?

  • 太多的工具基于electron,太大太重。
  • rdm 对于我来说太丑了。
  • 基于rust和tauri的工具又快又轻。
  • 基于html的tauri让我可以轻松创建一个漂亮的GUI界面。

软件下载及交流

开始开发

目录结构

初始化环境

  • 安装 nodejs 和 rust
  • 安装tauri-cli工具 cargo install tauri-cli --version ^1.0.0-beta
  • 到ui目录执行 yarn install 或者 npm install 安装依赖,

本地调试

  • 在ui目录中执行 yarn dev 或者 npm run dev 启动ui界面
  • 在另起一个窗口,在当前目录下执行 cargo tauri dev

其他

  • 项目打包:在当前目录下执行 cargo tauri build
  • 更改图标:在ui目录执行 yarn tauri icon 图片绝对路径 或者 npm run tauri icon 图片绝对路径

软件预览

软件主界面 1

redis基本信息 2

key查看界面 3

redis配置信息详情

4

Pub/Sub调试 5

欢迎各位有兴趣的朋友提交PR

LICENSE

MIT

MIT License Copyright (c) 2021 fuyoo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个基于rust的精简小巧的redis 桌面端可视化工具。 tauri分支是基于rust和tauri库, master分支是基于rust和sciter库。 展开 收起
MIT
取消

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/fuyoo/bs.git
git@gitee.com:fuyoo/bs.git
fuyoo
bs
bs
tauri

搜索帮助