自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

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

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

 

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

對于redis管理工具來說,也有不少可能的產(chǎn)品,比如:

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

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

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

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

Another Redis Desktop Manager簡述

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

Another Redis Desktop Manager安裝

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

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)下面的報錯信息,官方也比較貼心給出了解決方案。 

  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 

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

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é)點都可以自動識別出來。

2、操作界面

更多實用的功能,大家感興趣的可以下載下來,親自使用體驗一下。 

 

責任編輯:龐桂玉 來源: 民工哥技術(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ù)庫

2019-10-10 08:46:02

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

2021-12-10 10:46:16

可視化工具LinuxRedis

2022-02-25 15:06:53

PowerDesig開源工具

2021-03-01 07:45:32

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

2020-07-27 09:59:25

Kafka可視化CMAK

2020-08-28 15:42:30

GitHub代碼可視化

2010-09-30 15:54:58

系統(tǒng)升級

2021-02-03 14:04:52

k8spermissionm管理工具

2021-04-09 16:25:00

GitHub代碼開發(fā)者

2023-03-07 14:21:57

2012-12-06 11:31:40

虛擬化

2024-09-19 16:12:04

2021-11-26 05:57:12

開源備份Restic

2011-12-20 09:39:18

虛擬化紅帽oVirt

2020-11-10 10:46:57

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

2009-04-24 21:13:45

服務(wù)器虛擬化Vmware
點贊
收藏

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