An open API service indexing awesome lists of open source software.

https://github.com/natthasath/docker-redis-insight

RedisInsight is a GUI tool for managing, analyzing, and visualizing data in Redis databases. It allows you to easily view, edit, and query data and supports multiple Redis data structures like Strings, Hashes, Lists, Sets, and more.
https://github.com/natthasath/docker-redis-insight

docker-compose redis redis-insight

Last synced: 4 months ago
JSON representation

RedisInsight is a GUI tool for managing, analyzing, and visualizing data in Redis databases. It allows you to easily view, edit, and query data and supports multiple Redis data structures like Strings, Hashes, Lists, Sets, and more.

Awesome Lists containing this project

README

          

# 🎉 Docker Redis Insight

RedisInsight is a GUI tool for managing, analyzing, and visualizing data in Redis databases. It allows you to easily view, edit, and query data and supports multiple Redis data structures like Strings, Hashes, Lists, Sets, and more.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🔑 Configuration

- Host : localhost
- Port : 6379
- Password : password

### 🏆 Run

- [http://localhost:6380/](http://localhost:6380/)

```shell
docker-compose up -d
```