与使用phpMyadmin进行MySQL的数据管理类似,Redis也有基于PHP实现的可视化管理工具phpredisadmin。
使用Git克隆安装:
git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
cd phpRedisAdmin
git clone https://github.com/nrk/predis.git vendor
随后配置站点即可访问:
部分配置:
server
    {
        listen 80;
        server_name 127.0.0.1;
        index index.php index.html index.htm default.html default.htm default.php;
        root  /www/web/phpRedisAdmin;
		include enable-php7.1.conf;
		.....
    }访问结果:

                    
                                
                                
                        
                        
                        
                        
                        
                        
                        
                        
                
                
                        
                        
                        
                        
关于简忆
简忆诞生的故事
            


粤ICP备16092285号
文章评论(0)