Redis desktop manager linux

Quick Install

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

  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

Build from source

Get source

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

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
Читайте также:  Как переустановить драйвер nvidia linux

Build on Windows

Install Visual Studio 2015 Community with Updates

Источник

Install RDM — GUI for Redis ®
on Ubuntu

RDM — GUI for Redis ®

  • Igor Malinovskiy (uglide) Publisher
  • Development

Redis Desktop Manager

RDM — Cross-platform GUI management tool for Redis ®.

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: Amazon ElastiCache, Microsoft Azure Redis Cache and other Redis clouds.

Details for RDM — GUI for Redis ®

Enable snaps on Ubuntu and install RDM — GUI for Redis ®

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.

Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.

Enable snapd

If you’re running Ubuntu 16.04 LTS (Xenial Xerus) or later, including Ubuntu 18.04 LTS (Bionic Beaver) and Ubuntu 20.04 LTS (Focal Fossa), you don’t need to do anything. Snap is already installed and ready to go.

For versions of Ubuntu between 14.04 LTS (Trusty Tahr) and 15.10 (Wily Werewolf), as well as Ubuntu flavours that don’t include snap by default, snap can be installed from the Ubuntu Software Centre by searching for snapd.

Alternatively, snapd can be installed from the command line:

Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.

Install RDM — GUI for Redis ®

To install RDM — GUI for Redis ®, simply use the following command:

Читайте также:  Windows 10 xalex ssd

Источник

Redis desktop manager linux

Another Redis Desktop Manager

🚀 🚀 🚀 A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac. What’s more, it won’t crash when loading massive keys.

Download latest exe package from release [or gitee in China], double click to install.

  • Download latest AppImage package from release [or gitee in China], chmod +x , double click to run.
  • Or by snap: sudo snap install another-redis-desktop-manager Tips: If permission denied when selecting private key, run sudo snap connect another-redis-desktop-manager:ssh-keys to give access to

/.ssh folder.

Источник

Redis desktop manager linux

uglide released this Feb 1, 2021

Fixes and Improvements

  • Validate system proxy for redis connections (#4755)
  • Fix TLS/TLS-over-SSH switching in ConnectionSettingsDialog
  • Use transientScrollBars in treeview only for macOS (#4979)
  • Fix title for Export Connections dialog
  • Add missing color to Win dark-mode palette

Downloads

uglide released this Jan 22, 2021

New features

  • Stream values can be filtered now with DateTime range filter
  • Paginator in Value View allows jumping to any page

Fixes and Improvements

  • TreeView by default shows the shortened name for namespaced keys (last part of the key name)
  • Namespaces showed first in TreeView #4962
  • Value View columns can be resized #4952
  • Fix auth issues with Redis Sentinel

Downloads

uglide released this Dec 24, 2020

New features

  • Allow selecting order of elements in lists (reverse/default)

Fixes and Improvements

  • Windows: Add dark mode on Windows 10 #4939
  • Windows: Handle numpy bug on Windows 2004
  • Fix multiple connections settings display

Downloads

uglide released this Nov 24, 2020

New Features

Fixes and Improvements

  • Improved handling of cluster redirects #4931
  • Windows: Fix #4924
  • App Store: Fix formatters
  • Key renaming is now compatible with cluster
  • Fix #4919

Downloads

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Читайте также:  Snmpapp conf windows 10

Источник

Arch Linux User Repository

Search Criteria

Package Details: redis-desktop-manager 2021.6-1

Package Actions

Git Clone URL: https://aur.archlinux.org/redis-desktop-manager.git (read-only, click to copy)
Package Base: redis-desktop-manager
Description: Open source cross-platform Redis Desktop Manager based on Qt 5
Upstream URL: https://redisdesktop.com/
Keywords: gui redis tool
Licenses: GPL3
Conflicts: redis-desktop-manager-bin
Submitter: crabvk
Maintainer: liljaylj
Last Packager: liljaylj
Votes: 30
Popularity: 1.35
First Submitted: 2016-02-06 01:38
Last Updated: 2021-07-11 11:13

Dependencies (15)

  • libssh2 (libssh2-git)
  • python (python-dbg, python35, python38, python36, python310, python311, python37)
  • qt5-base (qt5-base-git, qt5-base-headless)
  • qt5-charts (qt5-charts-git)
  • qt5-declarative (qt5-declarative-git)
  • qt5-graphicaleffects (qt5-graphicaleffects-git)
  • qt5-imageformats (qt5-imageformats-git)
  • qt5-quickcontrols (qt5-quickcontrols-git)
  • qt5-quickcontrols2 (qt5-quickcontrols2-git)
  • qt5-svg (qt5-svg-git)
  • qt5-tools (qt5-tools-git)
  • cmake (cmake-git) (make)
  • gcc (fastgcc, gcc-multilib-git, gcc-git) (make)
  • git (git-git, git-vfs) (make)
  • make (make3, make-git) (make)

Required by (0)

Sources (2)

Latest Comments

xqz-u commented on 2021-07-02 18:59

might be useful: to install this package I had to uninstall rtags, since rtags owns some executable located at /usr/bin/rdm, and this conflicts with the name of the redis-desktop-manager executable.

liljaylj commented on 2021-02-11 18:33

@andreab82 added cmake to makedepends. thanks

andreab82 commented on 2021-02-11 15:25

for me the latest update was failing due to «cmake not being installed. Maybe it should be added to the list of dependencies.

Thanks for maintaining the package.

pidario commented on 2020-10-31 15:25

For curious people, building instructions and artifacts are here https://github.com/pidario/rdm-build

tkolo commented on 2020-10-26 19:02

Here’s a PKGBUILD for 2020.5 that works for me:

versusvoid commented on 2020-03-23 05:57

Nope. Builds fine with miniconda3

jameskutw commented on 2020-03-22 17:41

@versusvoid Thanks. Your comment helped me find the issue. I removed miniconda3 and built successfully. Maybe you can reproduce the problem by installing miniconda3.

versusvoid commented on 2020-03-22 07:10

@jameskutw I can’t reproduce such failure. Tried building on empty system (using docker) and it builds fine, so it’s likely some package you have installed messes with building.

Источник

Оцените статью