phpRedisAdmin is a simple web interface to manage Redisdatabases. It is released under theCreative Commons Attribution 3.0 license.This code is being developed and maintained by Erik Dubbelboer.
You can send comments, patches, questionshere on githubor to erik@dubbelboer.com.
You can find an example database athttp://dubbelboer.com/phpRedisAdmin/
To install phpRedisAdmin through composer you need to execute the following commands:
curl -s http://getcomposer.org/installer | php
php composer.phar create-project -s dev erik-dubbelboer/php-redis-admin path/to/install
You may also want to copy includes/config.simple.inc.php to includes/config.inc.phpand edit it with your specific redis configuration.
Instead of using composer, you can also do a manual install using:
git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
cd phpRedisAdmin
git clone https://github.com/nrk/predis.git vendor
有话要说