RedisInsight is a free and open source Redis application for Windows, Linux and MacOS. Using RedisInsight, you can query, analyse and interact with your Redis data and design, develop and optimize your Redis application. It is a electron based application and released under Server Side Public License. In order to use RedisInsight, you will need to connect your Redis databases. It comes with CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, Streams and RedisJSON, Workbench support, command line interface support, Profiler, SlowLog and more
How to Install RedisInsight on Ubuntu Linux
RedisInsight is available as a flatpak package file from the remote flathub repository. If you don’t have then install flatpak and flathub on your system and restart you system after the installation. Follow below url for the installation instructions.
How to install flatpak and flathub
Now open the terminal software using ctrl+alt+t keys and run below RedisInsight flatpak install command. It will install the latest version of RedisInsight on your system.
flatpak install flathub com.redis.RedisInsight
After the successful installation of RedisInsight, you can open it using below command.
flatpak run com.redis.RedisInsight
And uninstall it using
sudo flatpak uninstall com.redis.RedisInsight
That’s it.