Redis-desktop-manager-0.9.3.39.dmg for macOS Redis管理工具 0.9.3 New features ReJSON module support Fixes Fix #4095: Fedora 27 -QQmlApplicationEngine failed to load component 1.65MB Redis Desktop Manager Mac 版本 0. QuickRedis-2.3.1-linux-x8664.AppImage QuickRedis-2.3.1-mac.dmg QuickRedis-2.3.1-win.exe View all 3 files. Keywords redis-desktop-manager redis-client redis-desktop. RDM — is a fast open source Redis ® database management application for Windows, Linux and MacOS. This tool offers you an easy-to-use GUI to access your Redis ® DB and perform some basic operations: view keys as a tree, CRUD keys, execute commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud Redis instances, such as.
Yes, it's been done already. No, it's still not particularly easy. You do not need to use either Qt Creator or VS2015.

I am building on information found here, here, and here. Thanks to these folks and the contributors to RDM.
With this document, I sought to 'trim the fat' from these other guides and prove that VS2015 itself was not in fact necessary - just its tooling.
Prerequisites
- VS2017 Community
- Workloads: 'Desktop development with C++'
- Individual components:
- MSBuild
- VC++ 2015 v14.00 (v140) toolset for desktop
- Windows 10 SDK (10.0.14393)
- Windows 10 SDK (10.0.17763)
- Windows 8.1 SDK
- 32-bitCMake 3.x
- Python 2.7 - make sure the path to
python.exe
is in your Windows%PATH%
- NSIS - only needed if you want to build an installer
Clone
Redis Desktop Manager 0.9.3 Dmg File
From a Bash shell:
Build
NOTE: Replace %BASEDIR%
below with the path to the RedisDesktopManager
directory you just cloned.
Now, find 'Qt 5.9.7 32-bit for Desktop (MSVC 2015)' in your Start menu. Run it, and execute the following commands in the resulting terminal:
If you don't want or need an installer, then your binaries are in %BASEDIR%binwindowsrelease
. If you are unlucky enough to need that... read on.
Installer
From the Qt terminal you used in the previous section:
Prepend the following to the DEFINES=
on or around line 14: -DAPP_NAME='RedisDesktopManager' -DAPP_VERSION='0.9.9' -DCRASH_SERVER_URL='https://oops.redisdesktop.com/crash-report'
It shoud look like:
Then, back in the terminal:
There should now be a redis-desktop-manager-0.9.9.exe
in %BASEDIR%buildwindowsinstaller
.
Redis Desktop Manager 0.9.3 Dmg Free
Wasn't that fun?