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.service
把ExecStart=/usr/bin/redis-server /etc/redis/6379.conf --daemonize no
中的redis.conf
的路径改成新的路径
1、因为很少登录,评论基本没有回复,见凉!
2、如果转载我的文章,请写明出处,谢谢!
3、有些文章为转载,如果您发现侵权,请联系删除,但回复可能需要较长时间