Rootop 服务器运维与web架构

安装redis的php扩展模块

| 暂无评论

从 https://github.com/nicolasff/phpredis/releases 可以找到已发布的版本。
这里找到的版本为:phpredis-2.2.5
安装redis的php扩展模块:
[root@localhost ~]# cd phpredis-2.2.5
[root@localhost phpredis-2.2.5]# phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
[root@localhost phpredis-2.2.5]# ./configure
[root@localhost phpredis-2.2.5]# make
[root@localhost phpredis-2.2.5]# make install
Installing shared extensions:     /usr/lib64/php/modules/
修改php.ini,添加载入模块:
extension_dir=/usr/lib64/php/modules/
extension=redis.so
重启apache。

一个基于php的web管理redis程序-phpRedisAdmin。
下载地址:https://github.com/ErikDubbelboer/phpRedisAdmin/releases
下载phpRedisAdmin.zip这个文件包。
传到服务器中。通过url访问。

原创文章,转载请注明。本文链接地址: https://www.rootop.org/pages/2618.html

作者:Venus

服务器运维与性能优化

发表回复