phpRedisAdmin 是一个简单的redis web界面管理工具,类似phpMyAdmin一样.
演示地址 http://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.php and 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.
发布于 2014-12-10 12:57:02 | 1141 次阅读
发布于 2014-12-10 13:01:34 | 735 次阅读
发布于 2014-12-10 12:51:58 | 423 次阅读