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