The Redis Administration Web App
This project is not dead, I'm just working on a lot of stuff at the same time. Thanks for your patience.
The project is undergoing a rework. This is being done to ensure stability and to make the project more usable.
Webdis is a Redis Admin Web App, inspired by PHPMyAdmin. The idea came from wanting to be able to have a simpler interface for accessing Redis, instead of using redis-cli.
If you would like to view the Documentation for Webdis, it is available here.
Meanwhile Webdis is not ready for production, it is still possbible to run it without any issues.
- String (partial)
- Set (partial)
- Sorted Set (partial)
- Logging in with both username/password is not yet supported.
- Logging into clusters is not yet supported.
- Cluster Management
- Changing Redis Configuration
The roadmap for Webdis will be available in our documentation.
If you want to help in the development of Webdis, I first recommend you look over the code and run it in a web browser to see how it works.
Webdis' in general take multiple ideas from Laravel, Symfony, and more, in order to create it's own custom internal framework. Webdis utilizes controllers in the same way controllers are in Laravel, with some differences. Webdis even uses blade from Laravel to provide a unique