As a programmer, it is necessary to deal with some tools, such as: monitoring tools, management tools, some tools are command line interface, some tools are visual interface, anyway, can meet the functional needs of daily use.
There are also quite a few possible products for redis management tools, such as:
- 1. Redis Desktop Manager
- 2, RedisStudio
- 3, phpRedisAdmin
- 4, Go – Redis
- 5, RedisClient
There are open source, free, and commercial version, basically all functions are ok, but open source, free is one of the biggest demand points, as the old drivers know.
Another Redis Desktop Manager is an open source Redis visual management tool. It is called Another Redis Desktop Manager.
Github:github.com/qishibo/Ano…
Overview of Another Redis Desktop Manager
Another Redis Desktop Manager is a faster, better, more stable Redis Desktop Manager compatible with Linux, Windows and Mac. And it doesn’t crash when a large number of keys are loaded.
Another Redis Desktop Manager installation
This kind of software, tool installation is very simple, easy to operate.
1. Mac or Linux installation
# 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 electronCopy the code
If the following error information appears, the official is also more intimate to provide a solution.
# 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 -yCopy the code
2. Windows installation
# 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 electronCopy the code
Of course, you can also download the.exe software package directly in WIN system, double click to run the installation is more convenient.
https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.3.7/Another-Redis-Desktop-Manager.1.3.7.exe
Copy the code
Another Redis Desktop Manager feature presentation
1. Main interface
Supports SSH, SSL, and Cluster modes. The cluster can be entered and the nodes in any cluster can be automatically identified.
2. Operation interface
More practical functions, you can be interested in downloading down, personally use the experience.