Redis Desktop Manager 0.9.3 Dmg

0.9.3

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

  1. Install Microsoft Visual C++ 2015 (If you have not already)
  2. Download Windows Installer from http://redisdesktop.com/download(Requires subscription)
  3. Run downloaded installer

Mac OS X

Manager
  1. Download dmg image from http://redisdesktop.com/download(Requires subscription)
  2. Mount dmg image
  3. Run rdm.app

Ubuntu / Debian / Fedora / CentOS / OpenSUSE / ArchLinux / Other Linux

  1. Install RedisDesktopManager using Snapcraft

Other platforms

Desktop

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

  1. Install git
  2. 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

Manager

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

  1. Install XCode with Xcode build tools
  2. Install Homebrew
  3. Copy cd ./src && cp ./resources/Info.plist.sample ./resources/Info.plist
  4. Building RDM dependencies require i.a. openssl and cmake. Install them: brew install openssl cmake
  5. Build RDM dependencies ./configure
  6. Install Qt 5.9. Add Qt Creator and under Qt 5.9.x add Qt Charts module.
  7. Open ./src/rdm.pro in Qt Creator
  8. Run build

Redis Desktop Manager 0.9.3 Dmg Download

Build on Windows

Redis Desktop Manager 0.9.9 Download

  1. Install Visual Studio 2015 Community with Updates

  2. Install Qt 5.9

  3. Go to 3rdparty/qredisclient/3rdparty/hiredis and apply patch to fix compilation on Windows:git apply ../hiredis-win.patch

  4. Open ./src/rdm.pro in Qt Creator. Chooses Desktop Qt 5.9.6 MSVC2015 32bit > Release profile.

  5. Run build. ( Just hit Ctrl-B )