redis 源码安装 及 swoole重新编译
Posted huangxixian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redis 源码安装 及 swoole重新编译相关的知识,希望对你有一定的参考价值。
官网下载redis 源码包
1、解压
tar -xzvf redis-4.0.9.tar.gz
2、编译
make
sudo make install
3、使用Redis客户端,需要安装hiredis库。下载hiredis
源码后,执行
make -j
sudo make install
sudo ldconfig
4、重新编译swoole
进入swoole解压后目录
./configure --with-php-config=/home/php/bin/php-config --enable-async-redis
5、make clean
make -j
sudo make install
6、检测redis是否成功
php -m
php --ri swoole
以上是关于redis 源码安装 及 swoole重新编译的主要内容,如果未能解决你的问题,请参考以下文章