CentOS 7 Install Redis

Posted Alex Blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 Install Redis相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

centos7 yum install redis

centos7 yum install redis

CentOS 7.3下安装Redis

如何在 CentOS 7 上安装 Redis 服务器

centos install redis

centos yum install redis