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.
- Host: GitHub
- URL: https://github.com/natthasath/docker-redis-insight
- Owner: natthasath
- License: mit
- Created: 2022-09-21T06:34:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:16:17.000Z (about 2 years ago)
- Last Synced: 2025-04-27T03:31:59.539Z (about 1 year ago)
- Topics: docker-compose, redis, redis-insight
- Language: YAML
- Homepage: https://redis.com/redis-enterprise/redis-insight/
- Size: 11.7 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.



### 🔑 Configuration
- Host : localhost
- Port : 6379
- Password : password
### 🏆 Run
- [http://localhost:6380/](http://localhost:6380/)
```shell
docker-compose up -d
```