Github 星標 8K+ 這款國人開源的 Redis 可視化管理工具,真香...

作程序員就少不了與一些工具打交道,好比:監控工具、管理工具等,有些工具是命令行界面,有些工具是可視化界面,反正都是能夠可以知足平常使用的功能需求。php

對於redis管理工具來講,也有很多可能的產品,好比:git

  • 一、Redis Desktop Manager
  • 二、RedisStudio
  • 三、phpRedisAdmin
  • 四、Go-Redis
  • 五、RedisClient

有開源、免費的,也有商業收費的版本,基本上功能都還能夠,不過開源、免費仍是最大的需求點之一哈,老司機都懂得的。程序員

因此,今天,民工哥就給你們安利一款由國人開源的Redis可視化管理工具,名字頗有意思,叫:Another Redis Desktop Manager。github

Github:https://github.com/qishibo/An...redis

Another Redis Desktop Manager簡述

Another Redis Desktop Manager是一個更快,更好,更穩定的Redis桌面管理器,與Linux,Windows和Mac兼容。並且,加載大量密鑰時,它不會崩潰。npm

Another Redis Desktop Manager安裝

這類的軟件、工具安裝都很是的簡單,易操做。windows

一、Mac或Linux安裝app

# clone code
git clone https://github.com/qishibo/AnotherRedisDesktopManager.git
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, open another tab, build up a desktop client
npm run electron

若是出現下面的報錯信息,官方也比較貼心給出瞭解決方案。electron

# if error like this
../src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory
# then try this
yum install libfontconfig1-dev -y

二、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
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

固然,WIN系統你也能夠直接下載.exe的軟件包,雙擊運行安裝更方便。

https://github.com/qishibo/An...

Another Redis Desktop Manager功能展現

一、主界面

支持:SSH、SSL、Cluster等幾種模式。集羣能夠輸入任意集羣中的節點均可以自動識別出來。

二、操做界面

更多實用的功能,你們感興趣的能夠下載下來,親自使用體驗一下。

image

相關文章
相關標籤/搜索