https://github.com/obytes/redis-browser-docker
A web console for viewing redis keys and managing them
https://github.com/obytes/redis-browser-docker
Last synced: 11 months ago
JSON representation
A web console for viewing redis keys and managing them
- Host: GitHub
- URL: https://github.com/obytes/redis-browser-docker
- Owner: obytes
- Created: 2017-03-12T14:28:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T14:32:14.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T13:50:42.387Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 33
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/obytes/redis-browser-docker)
# Redis-Browser Docker
A Docker image for browsing REDIS instance, the image uses [redis-browser](https://github.com/humante/redis-browser) to install service.
## Usage
```
docker pull obytes/redis-browser:latest
docker run obytes/redis-browser:latest --url redis://redis:6379
```