Redis Desktop Manager Dmg

Igor Malinovskiy – Shareware – AndroidiOSWindowsMacLinux
  • 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. RDM - GUI for Redis was reviewed by Iulia Ivan. SYSTEM REQUIREMENTS.
  • 🚀🚀🚀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.
  • Macdown提供Redis Desktop Manager for Mac下载。 Redis Mac安装步骤 1.来本站Macdown.com下载名为【RedisDesktopManager201900.dmg】的镜像包,下载完成后双击,看到许可协议,点同意即可开始安装。.

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. Download Redis Desktop Manager - Improve the way you handle data within Redis databases with the help of this cross-platform and highly efficient piece of software.

Desktop

Overview

Redis Desktop Manager is a Shareware software in the category System Utilities developed by Igor Malinovskiy.

It was checked for updates 31 times by the users of our client application UpdateStar during the last month.

The latest version of Redis Desktop Manager is currently unknown. It was initially added to our database on 09/03/2014.

Redis Desktop Manager runs on the following operating systems: Android/iOS/Windows/Mac/Linux.

Redis Desktop Manager has not been rated by our users yet.

Write a review for Redis Desktop Manager!

31 users of UpdateStar had Redis Desktop Manager installed last month.
06/03/2021 W10Privacy 3.7.0.8
06/03/2021 WashAndGo 26.46
06/03/2021 Wise Care 365 Free 5.6.7.568
06/03/2021 FolderSizes 9.2.315
06/03/2021 Total Uninstall 7.0.1
05/26/2021 Chrome 91 update fixes vulnerabilities
05/25/2021 Free UpdateStar Packs to setup your computer software
05/18/2021 How to setup a VPN on a Windows computer using PureVPN for example
05/16/2021 Why you should think about using a VPN to protect your privacy
05/11/2021 Adobe fixes 43 vulnerabilities with May updates
  • » redis 下载
  • » redis desktop download
  • » redisdesktopmanager インストール
  • » redisdesktopmanager mac版 下载
  • » redis desktop manager download free
  • » redisdesktopmanager ダウンロード 無料
  • » redis desktop下载
  • » redis desktop manager 無料
  • » redis desktop manager インストール
  • » reids desktop manager

Windows

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

Mac OS X

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

Ubuntu / ArchLinux / Debian / Fedora / CentOS / OpenSUSE / etc

  1. Install RedisDesktopManager using Snapcraft.

SSH Keys

To be able to access your ssh keys from RDM please connect ssh-key interface:sudo snap connect redis-desktop-manager:ssh-keys

How to Run

If RDM icon hasn't appeared in your application launcher you can run RDM from terminal /snap/bin/redis-desktop-manager.rdm

Build from source

Get source

Desktop
  1. Install git using the instructions here: https://git-scm.com/download

  2. Get the source code: git clone --recursive https://github.com/uglide/RedisDesktopManager.git -b 2019 rdm && cd ./rdm

SSH Tunneling support

Since 0.9.9 RDM by default does not include SSH Tunneling support. You can create a SSH tunnel to your Redis server manually and connect to localhost:ssh -L 6379:REDIS_HOST:6379 SSH_USER@SSH_HOST -P SSH_PORT -i SSH_KEY -T -N or use pre-built binary for your OS

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, cmake and python3. Install them: brew install openssl cmake python3
  5. Install Python requirements pip3 install -t ../bin/osx/release -r py/requirements.txt
  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.

Build on Windows

Redis Desktop Manager Dmg

  1. Install Visual Studio 2017 Community Edition.
  2. Install Qt 5.9.
  3. Go to 3rdparty/qredisclient/3rdparty/hiredis and apply the patch to fix compilation on Windows:git apply ../hiredis-win.patch
  4. Go to the 3rdparty/ folder and install zlib with nuget: nuget install zlib-msvc14-x64 -Version 1.2.11.7795
  5. Install Python 3.7 amd64 to C:Python37-x64.
  6. Install Python requirements pip3 install -r src/py/requirements.txt.
  7. Open ./src/rdm.pro in Qt Creator. Choose the Desktop Qt 5.9.x MSVC2017 64bit > Release build profile.
  8. Run build. (Just hit Ctrl-B)