偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Github星標(biāo)8K+這款國(guó)人開源的Redis可視化管理工具,真香...

運(yùn)維 數(shù)據(jù)庫(kù)運(yùn)維 Redis
今天,民工哥就給大家安利一款由國(guó)人開源的Redis可視化管理工具,名字很有意思,叫:Another Redis Desktop Manager。

 

做程序員就少不了與一些工具打交道,比如:監(jiān)控工具、管理工具等,有些工具是命令行界面,有些工具是可視化界面,反正都是可以能夠滿足日常使用的功能需求。

對(duì)于redis管理工具來(lái)說(shuō),也有不少可能的產(chǎn)品,比如:

  •  1、Redis Desktop Manager
  •  2、RedisStudio
  •  3、phpRedisAdmin
  •  4、Go-Redis
  •  5、RedisClient

有開源、免費(fèi)的,也有商業(yè)收費(fèi)的版本,基本上功能都還可以,不過(guò)開源、免費(fèi)還是最大的需求點(diǎn)之一哈,老司機(jī)都懂得的。

所以,今天,民工哥就給大家安利一款由國(guó)人開源的Redis可視化管理工具,名字很有意思,叫:Another Redis Desktop Manager。

Github:https://github.com/qishibo/AnotherRedisDesktopManager

Another Redis Desktop Manager簡(jiǎn)述

Another Redis Desktop Manager是一個(gè)更快,更好,更穩(wěn)定的Redis桌面管理器,與Linux,Windows和Mac兼容。而且,加載大量密鑰時(shí),它不會(huì)崩潰。

Another Redis Desktop Manager安裝

這類的軟件、工具安裝都非常的簡(jiǎn)單,易操作。

1、Mac或Linux安裝 

  1. # clone code  
  2. git clone https://github.com/qishibo/AnotherRedisDesktopManager.git  
  3. cd AnotherRedisDesktopManager  
  4. # install dependencies  
  5. npm install  
  6. # if download electron failed during installing, use this command  
  7. ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/" npm install  
  8. # serve with hot reload at localhost:9988  
  9. npm start  
  10. # after the previous step is completed, open another tab, build up a desktop client  
  11. npm run electron 

如果出現(xiàn)下面的報(bào)錯(cuò)信息,官方也比較貼心給出了解決方案。 

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

2、Windows安裝 

  1. # install build tools for the first time, just execute once  
  2. npm install -g windows-build-tools  
  3. # clone code  
  4. git clone https://github.com/qishibo/AnotherRedisDesktopManager.git  
  5. cd AnotherRedisDesktopManager  
  6. # install dependencies, 32-bit or 64-bit all use win32  
  7. npm install --platform=win32  
  8. # if download electron failed during installing, use this command  
  9. # npm config set ELECTRON_MIRROR http://npm.taobao.org/mirrors/electron/  
  10. # npm install --platform=win32  
  11. # serve with hot reload at localhost:9988  
  12. npm start  
  13. # after the previous step is completed to 100%, open another tab, build up a desktop client  
  14. npm run electron 

當(dāng)然,WIN系統(tǒng)你也可以直接下載.exe的軟件包,雙擊運(yùn)行安裝更方便。

https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.7/Another-Redis-Desktop-Manager.1.3.7.exe

Another Redis Desktop Manager功能展示

1、主界面

支持:SSH、SSL、Cluster等幾種模式。集群可以輸入任意集群中的節(jié)點(diǎn)都可以自動(dòng)識(shí)別出來(lái)。

2、操作界面

更多實(shí)用的功能,大家感興趣的可以下載下來(lái),親自使用體驗(yàn)一下。 

 

責(zé)任編輯:龐桂玉 來(lái)源: 民工哥技術(shù)之路
相關(guān)推薦

2025-01-13 08:30:00

開源Redis可視化

2022-05-24 15:03:44

開源工具可視化

2010-10-11 11:03:01

MySQL管理工具

2010-05-11 18:35:47

MySQL數(shù)據(jù)庫(kù)

2019-10-10 08:46:02

Docker可視化技術(shù)瀏覽器

2021-12-10 10:46:16

可視化工具LinuxRedis

2022-02-25 15:06:53

PowerDesig開源工具

2020-07-27 09:59:25

Kafka可視化CMAK

2021-03-01 07:45:32

kubernetes應(yīng)用程序工具

2020-08-28 15:42:30

GitHub代碼可視化

2021-04-09 16:25:00

GitHub代碼開發(fā)者

2023-03-07 14:21:57

2010-09-30 15:54:58

系統(tǒng)升級(jí)

2012-12-06 11:31:40

虛擬化

2021-02-03 14:04:52

k8spermissionm管理工具

2021-11-26 05:57:12

開源備份Restic

2024-09-19 16:12:04

2020-11-10 10:46:57

開源后臺(tái)管理系統(tǒng)Base Admin

2009-04-24 21:13:45

服務(wù)器虛擬化Vmware

2011-12-20 09:39:18

虛擬化紅帽oVirt
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)