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

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

WBOY
풀어 주다: 2023-05-29 15:22:06
앞으로
2236명이 탐색했습니다.

또 다른 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으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿