CentOS 7安装Redis方法

Redis是一款很好用的缓存服务。所以随手整理下安装方式:

yum install epel-release
yum update -y
yum install redis -y
systemctl start redis

#Redis配置文件位于/etc/redis.conf

未经允许不得转载:阿藏博客 » CentOS 7安装Redis方法

赞 (0) 打赏