Introduction

Webdis was created with a single goal in mind, access Redis Server's and run commands on them, and view the keys easily, just like how PHPMyAdmin does with MySQL.

Webdis was created from scratch, however, it takes components and pieces from frameworks such as Laravel and Symfony. We utilize features from Laravel such as Blade, and even the way Laravel's Config files are loaded and cached (which we recreated in a simple way), and added them to Webdis. We also added a few Symfony components, like HttpKernel, HttpFoundation, Filesystem, and Finder, and used them for every request.

Last updated