RedisInsight is an intuitive and efficient GUI for Redis. It allows developers to interact with your databases and manage your data—with built-in support for most popular Redis modules.
It is an open source Redis GUI tool that allows you to visualise, monitor, and optimize while developing your applications with Redis.
This repository show how to run Redis GUI as a single-click installation using RedisInsight Docker Extension.
This is Work-in-progress
- Building Compose File
- Constructing UI
- Final Testing
RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for most popular Redis modules. It is an open source Redis GUI tool that allows you to visualise, monitor, and optimize while developing your applications with Redis.
- Docker Desktop 4.12
git clone https://github.com/collabnix/redisinsight-docker-extension
make build-extension
export DOCKER_BUILDKIT=0
export COMPOSE_DOCKER_CLI_BUILD=0
docker extension install <name-of-extension>
Open Docker Dashboard to see RedisInsight Extension already up and running.
This extensions runs local Redis database too. It is included for testing purpose. Click "Connect to Redis Database" and enter the values
Please replace the host address with your local IP address. Click "Add Database".