码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 7 Install Redis

时间:2019-01-24 20:10:49      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:--   yum   daemon   enable   exec   路径   需要   centos 7   epel   

1. yum install epel-release

2. yum install –y redis

3. start : systemctl start redis.service

4. status : systemctl status redis.service

5. startup: systemctl enable redis.service


redis.conf文件默认在/etc目录下,

可更改位置和名字,更改后需要修改文件/usr/lib/systemd/system/redis.serviceExecStart=/usr/bin/redis-server /etc/redis/6379.conf --daemonize no中的redis.conf的路径改成新的路径

CentOS 7 Install Redis

标签:--   yum   daemon   enable   exec   路径   需要   centos 7   epel   

原文地址:https://www.cnblogs.com/alex-blog/p/10316407.html

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