phpRedisAdmin下载地址和安装说明
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.
Example
You can find an example database athttp://dubbelboer.com/phpRedisAdmin/
Installing/Configuring
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
TODO
- Encoding support for editing
- Javascript sorting of tables
- Better error handling
- Move or Copy key to different server
- Importing JSON
- JSON export with seperate objects based on your seperator
评论

React 18的并发渲染确实是个重大改进,我们在项目中已经升级使用,性能提升明显!