Since Redis came out, as an open source high-performance key-value database, it plays a very good supplement to relational database to a large extent.

Redis has become one of the most commonly used components in the industry. In order to make it easier to use, a series of visualization tools have been developed, such as Redis Desktop Manager, Medis, Fastoredis, Redis Clent and so on. Each one has its own style. But often these tools need to be improved in terms of interface and UI, and some even charge for it.

Today xiaobian would like to share with you a handsome, good-looking and powerful open source Redis client tool, may be able to become the flower that you like the grass.

AnotherRedisDesktopManager

Redis is a faster, better, more stable desktop management client that is perfectly compatible with Linux, Windows and Mac platforms.

Xiaobian first to show you the page style, like the dark style of small partners must like unceasingly, the overall page is simple and rigorous.

It is commendable that the author has been updating and perfecting the various functions of the tool, and it will be updated once every 1-2 months, if the author is diligent, it will be updated several times a month.

Let’s take a look at what’s new this year:

  • 2021-08-30: Logs and hot keys can be executed

  • 2021-08-16: Support for custom formatter view

  • The 2021-06-30: support Sentinel

  • The 2021-06-24: support ACL

  • 2021-05-03: Supports streams and Cli command prompt

  • 2021-02-28: Support connection color tags and search history

  • 2021-02-03: Support batch selection and batch deletion, Msgpack viewer

How do platforms use this tool?

For Linux or Mac, just clone the warehouse address to the local server and then:

# install dependenciesnpm 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:9988npm start# after the previous step is completed to 100%, open another tab, build up a desktop clientnpm run electron
Copy the code

However, Linux users should be aware that there are some common problems that can be solved as follows:

# if error like this.. /src/FontManagerLinux.cc:1:35: fatal error: fontconfig/fontconfig.h: No such file or directory# then try thissudo apt install libfontconfig1-devCopy the code

For Windows users, clone the warehouse address locally and then:

# install build tools for the first time, just execute oncenpm install -g windows-build-tools# install dependencies, 32-bit or 64-bit all use win32npm 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:9988npm start# after the previous step is completed to 100%, open another tab, build up a desktop clientnpm run electron
Copy the code

Finally, Build Package can be used

# prepare before packagenpm run pack:prepare# build package on respective platforms# on windows build 64bit packagenpm run pack:win# on windows build 32bit packagenpm run pack:win32# on macnpm run pack:mac# on linuxnpm run pack:linux
Copy the code

If there has been no special said hand Redis tools, might as well try this AnotherRedisDesktopManager, may keep you satisfied, maybe can let you to speed up the efficiency, maybe… Not so much maybe, but try it first:

Click the card below to follow the public account “Tianyu Creative Music school”

Tianyu Creative music school

Personal subscription number mainly provides: sharing the latest information IT tutorial free novel platform

3 original articles

The public,

This article uses the article synchronization assistant to synchronize