在Mac上安装Redis Desktop Manager
Redis Desktop Manager
一款基于Qt5的跨平台Redis桌面管理软件
支持: Windows 7+, Mac OS X 10.10+, Ubuntu 14+
特点: C++ 编写,响应迅速,性能好。但不支持数据库备份与恢复。
项目地址: https://github.com/uglide/RedisDesktopManager
快速安装
这种方式需要直接下载可运行的安装包安装,具体下载位置如下。
Mac OS X
Download dmg image from http://redisdesktop.com/download (Requires subscription)
redis-desktop-manager-0.8.3-2550.dmg
Mount dmg image Run rdm.app
获取源码
获取源码 Get source
Install git Get source code: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 rdm/cd ./src && ./configure
还需要安装Qt6
Install Qt 5.6
Open ./src/rdm.pro in Qt Creator
Run build
cd rdm/cd ./src && ./configure
参考文献
官方参考文献:
http://docs.redisdesktop.com/en/latest/install/
网友方法: