如何在ubuntu 系统上为 php 加上 redis 扩展

WBOY
Release: 2016-06-23 13:43:16
Original
855 people have browsed it

最近一个项目,,想用redis 作为数据库,php是不待redis 扩展,必须安装,怎么安装呢?我在网上找的很多资料发现都是预编译的,但都没成功,于是就找了另外一种方法是不需要编译直接安装就可以了
Copy after login

安装好后重启nginx ,php5-fpm,

重启nginx 

sudo /etc/init.d/nginx restart

重启php5-fmp

sudo /etc/init.d/php5-fpm restarty
Copy after login

phpinfo 在网页上显示:

reids 看有没有

php 操作 redis 还必须要安装redis 客户端才可以

sudo apt-get install redis-server  
Copy after login


现在就可以体验了。


行了,要睡了,明天还要起来抢票,春节回家了,生活就是这样,决定了,就要义无反顾的去追求,有时梦想,似乎总是那样的遥不可及,咬着呀,坚持下来,一切接好。

                                

                                                -----------------------北京海淀



















source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!