To conclude, RDM comes with a clean GUI for managing the content of Redis servers in a streamlined manner. However, Redis Desktop Manager also comes with a built-in console that can be employed for more complex commands. Redis client Manage Redis database Database manager Redis Client Database Manager. 🚀🚀🚀A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac. What's more, it won't crash when loading a large number of keys. qishibo/AnotherRedisDesktopManager.
Windows
- Install Microsoft Visual C++ 2015 (If you have not already)
- Download Windows Installer from http://redisdesktop.com/download(Requires subscription)
- Run downloaded installer
Mac OS X
- Download dmg image from http://redisdesktop.com/download(Requires subscription)
- Mount dmg image
- Run rdm.app
Ubuntu / Debian / Fedora / CentOS / OpenSUSE / ArchLinux / Other Linux
- Install RedisDesktopManager using Snapcraft
Other platforms
Redis Desktop Manager 0.9.3 Dmg Windows 10
You can build Redis Desktop Manager from source.
Redis Desktop Manager 0.9.3 Dmg Free
Build from source
Get source
- Install git
Get source code:
git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 0.9 rdm && cd ./rdm
SSH Tunneling support
Since 0.9.9 RDM by default do not include SSH Tunneling support. If you need it please checkout 0.9.8 tag.git checkout 0.9.8
Build on Linux
Ubuntu
Fedora & CentOS & OpenSUSE
Tip: checkinstall
Instead of sudo make install
consider to use sudo checkinstall -D --install
on deb-based OS and sudo checkinstall -R --install
on rpm-based OS to generate package and install it into the system.
Build on OS X
- Install XCode with Xcode build tools
- Install Homebrew
- Copy
cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist
- Building RDM dependencies require i.a. openssl and cmake. Install them:
brew install openssl cmake
- Build RDM dependencies
./configure
- Install Qt 5.9. Add Qt Creator and under Qt 5.9.x add Qt Charts module.
- Open ./src/rdm.pro in Qt Creator
- Run build
Redis Desktop Manager 0.9.3 Dmg Download
Build on Windows
Redis Desktop Manager 0.9.9 Download
Install Visual Studio 2015 Community with Updates
Install Qt 5.9
Go to
3rdparty/qredisclient/3rdparty/hiredis
and apply patch to fix compilation on Windows:git apply ../hiredis-win.patch
Open
./src/rdm.pro
in Qt Creator. ChoosesDesktop Qt 5.9.6 MSVC2015 32bit > Release
profile.Run build. ( Just hit
Ctrl-B
)