AMP AMP

How To Install Redis Desktop Manager on Ubuntu 19.04

Installation Of Redis Desktop Manager On Ubuntu 19.04

Redis Desktop Manager (RDM) — is a fast open source Redis database management application for Windows, Linux and MacOS. 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.This Tutorial covers the installation of Redis Desktop Manager on ubuntu 19.04

Installion procedure

Check the Ubuntu version by using the following command

root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.04
Release:	19.04
Codename:	disco

Check the redis version by using the following command

root@linuxhelp:~# redis-cli -v
redis-cli 5.0.3

Run the apt update to update the repository

root@linuxhelp:~# apt update
Hit:1 http://in.archive.ubuntu.com/ubuntu disco InRelease
Get:2 http://in.archive.ubuntu.com/ubuntu disco-updates InRelease [97.5 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu disco-backports InRelease [88.8 kB]
Get:4 http://security.ubuntu.com/ubuntu disco-security InRelease [97.5 kB]
Fetched 284 kB in 1s (256 kB/s)     
Reading package lists... Done
Building dependency tree       
Reading state information... Done
232 packages can be upgraded. Run 'apt list --upgradable' to see them.

Install the Redis Desktop Manager by using the following command

root@linuxhelp:~# snap install redis-desktop-manager
redis-desktop-manager 2019.1.0+git from Igor Malinovskiy (uglide) installed

Search for Redis Desktop Manager Now Create a Redis DB file

This is the Redis Desktop Manager application With this, the installation of Redis Desktop Manager on Ubuntu 19.04 comes to an end.

FAQ
Q
What are the supports for RedisDesktopManager?
A
RDM supports SSL/TLS encryption, SSH tunnels, TLS over SSH tunnel (AWS ElastiCache with In-Transit Encryption) and cloud Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and Redis Labs.
Q
What are the features of RedisDesktopManager?
A
RDM supports key filtering. To filter keys you need to open the database context menu and select "Filter keys"
Q
What is use RedisDesktopManager?
A
Redis Desktop Manager (RDM) — is a fast open-source Redis database management application for Windows, Linux, and macOS. 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 a shell.
Q
How to check the Redis version?
A
Use the following command

#redis-cli -v
Q
What is the use Redis server?
A
Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams