Redis Desktop Manager
一款基於Qt5的跨平臺Redis桌面管理軟件
支持: Windows 7+, Mac OS X 10.10+, Ubuntu 14+
特色: C++ 編寫,響應迅速,性能好。但不支持數據庫備份與恢復。
項目地址: https://github.com/uglide/RedisDesktopManagergit
安裝:https://blog.csdn.net/xidiancoder/article/details/71378551 https://www.jianshu.com/p/214baa511f2egithub
這種方式須要直接下載可運行的安裝包安裝,具體下載位置以下。
Mac OS X
Download dmg image from http://redisdesktop.com/download (Requires subscription)
redis-desktop-manager-0.8.3-2550.dmgredis
Mount dmg image
Run rdm.app數據庫
獲取源碼 Get source
Install git
Get source code:xcode
git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.8.0 rdm && cd ./rdm
Build on OS X
這裏要求你的Mac首先安裝了xcode
Install XCode with xcode build tools
Build RDM dependencies cd ./src && ./configure
還須要安裝Qt6
Install Qt 5.6
Open ./src/rdm.pro in Qt Creator
Run buildruby
iMac:~ anthony$ cd rdm/ iMac:rdm anthony$ cd ./src && ./configure
官方參考文獻:
http://docs.redisdesktop.com/en/latest/install/bash