一款支持多语言、多平台的 redis 桌面管理工具。对比目前其它同类型工具,它拥有更丰富的功能、更高的稳定性和性能,支持集群等功能。
下载
Windows
-
可以在 github 或者 gitee 下载 exe 安装包
https://github.com/qishibo/AnotherRedisDesktopManager/releases
-
或者通过 chocolatey: choco install another-redis-desktop-manager -
或者通过 winget: winget install qishibo.AnotherRedisDesktopManager
Linux
-
可以在 github 或者 gitee 下载 AppImage 包,chmod +x, 双击运行
https://github.com/qishibo/AnotherRedisDesktopManager/releases
-
或者通过 snap: sudo snap install another-redis-desktop-manager Tips: 如果选择私钥时提示权限不足,执行 sudo snap connect another-redis-desktop-manager:ssh-keys 来获取对~/.ssh 文件夹的权限
Mac
-
通过 brew: brew install –cask another-redis-desktop-manager
使用截图
环境运行
Linux Or Mac
# clone code
git clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1
cd AnotherRedisDesktopManager
# install dependencies
npm install
# if download electron failed during installing, use this command
# ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install
# serve with hot reload at localhost:9988
npm start
# after the previous step is completed to 100%, open another tab, build up a desktop client
npm run electron
Windows
# install build tools for the first time, just execute once
npm install -g windows-build-tools
# clone code
git clone https://github.com/qishibo/AnotherRedisDesktopManager.git --depth=1
cd AnotherRedisDesktopManager
# install dependencies, 32-bit or 64-bit all use win32
npm install --platform=win32
# if download electron failed during installing, use this command
# npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/
# npm install --platform=win32
# serve with hot reload at localhost:9988
npm start
# after the previous step is completed to 100%, open another tab, build up a desktop client
npm run electron
Build Package
# prepare before package
npm run pack:prepare
# build package on respective platforms
# on windows build 64bit package
npm run pack:win
# on windows build 32bit package
npm run pack:win32
# on mac
npm run pack:mac
# on linux
npm run pack:linux
传送门
原文始发于微信公众号(开源技术专栏):一款支持多语言、多平台的 redis 桌面管理工具
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/191908.html