Quantcast
Channel: CodeSection,代码区,数据库(综合) - CodeSec
Viewing all articles
Browse latest Browse all 6262

完美解决linux上启动redis后配置文件未生效的问题

$
0
0

修改redis.conf后,重启redis,发现修改的配置未生效,原来是需要在启动redis的时候在命令中加上配置文件,命令如下

./redis-server /usr/local/redis-3.2.8/redis.conf &

仔细阅读配置文件可以开头看到有这样的描述

# Note that in order to read the configuration file, Redis must be
# started with the file path as first argument:
#
# ./redis-server /path/to/redis.conf

所以问题就在这里。

以上这篇完美解决linux上启动redis后配置文件未生效的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持脚本之家。



您可能感兴趣的文章:详解Centos7下配置Redis并开机自启动CentOS系统下Redis安装和自启动配置的步骤Linux下Redis安装配置教程Linux下安装Redis并设置相关服务Linux中设置Redis开机启动的方法


Viewing all articles
Browse latest Browse all 6262

Trending Articles