Satu lagi Pengurus Desktop Redis ialah pengurus desktop Redis yang lebih pantas, lebih baik dan lebih stabil, serasi dengan Linux, Windows dan Mac. Selain itu, ia tidak ranap apabila memuatkan sejumlah besar kunci.
Pemasangan perisian dan alatan sedemikian sangat mudah dan mudah dikendalikan.
1. Pemasangan Mac atau 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
Jika mesej ralat berikut muncul, pegawai juga menyediakan penyelesaian yang bertimbang rasa.
# 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. Pemasangan Windows
# 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
Atas ialah kandungan terperinci Cara memasang Pengurus Desktop Redis Lain. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!