码迷,mamicode.com
首页 > Web开发 > 详细

centos7下redis和php-redis安装

时间:2019-12-18 14:38:10      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:conf   开放   prot   mod   cli   config   whereis   ted   配置   

centos7下redis安装和php-redis扩展安装

//一直yes就可以了
yum install redis

//配置
whereis redis.conf
vi /etc/redis.conf   /搜索  n下一个
bind 127.0.0.1  //远程开放
protected-mode no
requirepass 123456

//redis重启
systemctl restart redis

redis-cli
auth 123456
//临时配置
config get protected-mode
config set protected-mode no

//安装扩展 一直yes
yum install -y php72w-pecl-redis

//php重启
systemctl restart php-fpm

centos7下redis和php-redis安装

标签:conf   开放   prot   mod   cli   config   whereis   ted   配置   

原文地址:https://www.cnblogs.com/L-ran/p/12059528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!