Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1012 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1012 Bytes

EasyRedisAdmin

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.

中文版说明

Demo:

avatar

What works did i do

  • 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.

Install

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.

TODO

  • Optimize UI presentation and improve the convenience of CURD operations.
  • Add real-time monitoring for each instance.
  • Add multi-language support.