随笔分类 -  redis

摘要:一、下载1、https://pecl.php.net/get/redis-5.3.2.tgz下载到本地,文件传输上传到 /usr/local/src/2、wget -P /usr/local/src/ https://pecl.php.net/get/redis-5.3.2.tgz 二、解压缩、编译 阅读全文
posted @ 2022-02-14 14:27 没事就更 阅读(1693) 评论(0) 推荐(0)
摘要:环境介绍:我的服务器是阿里云的centos主机,php 7.0.14 1 安装和配置redis 参考方案 点击打开链接 1.1 下载redis 进入软件安装目录 [php] view plain copy cd /usr/local/ [php] view plain copy [php] view 阅读全文
posted @ 2018-02-07 15:51 没事就更 阅读(440) 评论(0) 推荐(0)
摘要:wget http://101.96.10.64/pecl.php.net/get/redis-3.1.3.tgz tar zxvf redis-3.1.3.tgz cd redis-3.1.3 /usr/local/php7/bin/phpize ./configure --with-php-co 阅读全文
posted @ 2018-02-07 15:27 没事就更 阅读(114) 评论(0) 推荐(0)