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

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.

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.

![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:8081/](http://localhost:8081/)

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