Make redis management easier. EasyRedisAdmin is an admin tool for reids, witten by php.
This project is based on erikdubbelboer/phpRedisAdmin Ver1.11.5. phpRedisAdmin is a great project, thanks.
- Estimated memory consumption for each key and folder.
- Remove Predis dependency, making it more efficient.
- Support json format.
- Add more information for each instance item.
- Refine UI.
- Refine code.
git clone https://github.com/pkuoliver/EasyRedisAdmin.git
or
wget https://github.com/pkuoliver/EasyRedisAdmin/archive/master.zip
unzip master.zip
After installed, you can edit config.sample.php and add your instance information and login info.
- Optimize UI presentation and improve the convenience of CURD operations.
- Add real-time monitoring for each instance.
- Add multi-language support.