https://github.com/natthasath/docker-redis-commander
Redis Commander is a user-friendly GUI tool for Redis management. It provides a web-based interface for viewing, modifying, and deleting data, with real-time updates, multi-server support, and authentication.
https://github.com/natthasath/docker-redis-commander
docker-compose redis redis-commander
Last synced: about 2 months ago
JSON representation
Redis Commander is a user-friendly GUI tool for Redis management. It provides a web-based interface for viewing, modifying, and deleting data, with real-time updates, multi-server support, and authentication.
- Host: GitHub
- URL: https://github.com/natthasath/docker-redis-commander
- Owner: natthasath
- License: mit
- Created: 2023-03-23T03:46:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T09:15:42.000Z (about 2 years ago)
- Last Synced: 2025-02-26T10:36:58.676Z (over 1 year ago)
- Topics: docker-compose, redis, redis-commander
- Language: YAML
- Homepage: https://joeferner.github.io/redis-commander/
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Docker Redis Commander
Redis Commander is a user-friendly GUI tool for Redis management. It provides a web-based interface for viewing, modifying, and deleting data, with real-time updates, multi-server support, and authentication.



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