- 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.
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!
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
- Install Microsoft Visual C++ 2015-2019 x64 (If you have not already).
- Download Windows Installer from http://redisdesktop.com/download. (Requires subscription)
- Run the downloaded installer.
Mac OS X
- Download dmg image from http://redisdesktop.com/download. (Requires subscription)
- Mount the DMG image.
- Run rdm.app.
Ubuntu / ArchLinux / Debian / Fedora / CentOS / OpenSUSE / etc
- 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
Install git using the instructions here: https://git-scm.com/download
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
- 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
,cmake
andpython3
. Install them:brew install openssl cmake python3
- Install Python requirements
pip3 install -t ../bin/osx/release -r py/requirements.txt
- 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.
Build on Windows
Redis Desktop Manager Dmg
- Install Visual Studio 2017 Community Edition.
- Install Qt 5.9.
- Go to
3rdparty/qredisclient/3rdparty/hiredis
and apply the patch to fix compilation on Windows:git apply ../hiredis-win.patch
- Go to the
3rdparty/
folder and install zlib withnuget
:nuget install zlib-msvc14-x64 -Version 1.2.11.7795
- Install Python 3.7 amd64 to
C:Python37-x64
. - Install Python requirements
pip3 install -r src/py/requirements.txt
. - Open
./src/rdm.pro
in Qt Creator. Choose theDesktop Qt 5.9.x MSVC2017 64bit > Release
build profile. - Run build. (Just hit
Ctrl-B
)