>  기사  >  데이터 베이스  >  다른 Redis 데스크탑 관리자를 설치하는 방법

다른 Redis 데스크탑 관리자를 설치하는 방법

WBOY
WBOY앞으로
2023-05-29 15:22:062169검색

또 다른 Redis 데스크탑 관리자 간략한 소개

또 다른 Redis 데스크탑 관리자는 Linux, Windows 및 Mac과 호환되는 더 빠르고, 더 좋고, 더 안정적인 Redis 데스크탑 관리자입니다. 또한 많은 수의 키를 로드할 때 충돌이 발생하지 않습니다.

또 다른 Redis Desktop Manager 설치

이러한 소프트웨어 및 도구 설치는 매우 간단하고 작동하기 쉽습니다.

1. Mac 또는 Linux 설치

# 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

다음과 같은 오류 메시지가 나타나면 공식에서도 좀 더 세심한 해결 방법을 제공합니다.

# 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. 윈도우 설치

# 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
.

위 내용은 다른 Redis 데스크탑 관리자를 설치하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
이 기사는 yisu.com에서 복제됩니다. 침해가 있는 경우 admin@php.cn으로 문의하시기 바랍니다. 삭제