Heim  >  Artikel  >  Datenbank  >  So installieren Sie einen anderen Redis Desktop Manager

So installieren Sie einen anderen Redis Desktop Manager

WBOY
WBOYnach vorne
2023-05-29 15:22:062174Durchsuche

Eine weitere kurze Einführung zum Redis Desktop Manager

Ein weiterer Redis Desktop Manager ist ein schnellerer, besserer und stabilerer Redis Desktop Manager, der mit Linux, Windows und Mac kompatibel ist. Außerdem stürzt es nicht ab, wenn eine große Anzahl von Schlüsseln geladen wird.

Eine weitere Redis Desktop Manager-Installation

Eine solche Software- und Toolinstallation ist sehr einfach und leicht zu bedienen.

1. Mac- oder 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 electron

Wenn die folgende Fehlermeldung erscheint, bietet der Beamte auch eine rücksichtsvollere Lösung.

# 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

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 electron

Das obige ist der detaillierte Inhalt vonSo installieren Sie einen anderen Redis Desktop Manager. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:yisu.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen