v0.3.0
Radish is a simple and powerful Redis GUI administration panel
As for now Radish supports only managing (adding, deleting, updating) different types of keys and values
- Slowlog
- Monitoring instances load
- Keyboard shortcuts
- Authorization
The easiest way to run Radish is using Docker image:
$ docker pull sad0vnikov/radish
$ mv config.json.example config.json
Edit config.json and add your Redis hosts
$ docker run docker run -p 8080:8080 -d -v /full/path/to/config.json:/config.json sad0vnikov/radish
Your Radish instance we'll be accessible on localhost:8080
- Database info page (keys count, memory used, maxmemory value)
- A filter for values list
- Database selector
- Displaying count of found keys and values
- Tree view for Redis keys
- Values list pagination
initial release