From e7b30d86ae5deb6008d1ebcfabf001f0235ea274 Mon Sep 17 00:00:00 2001 From: 2233466866 <2233466866@qq.com> Date: Tue, 18 Oct 2022 15:15:52 +0800 Subject: [PATCH] 111 --- redis_conf/redis.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redis_conf/redis.conf b/redis_conf/redis.conf index 64d1063..e1e65e3 100644 --- a/redis_conf/redis.conf +++ b/redis_conf/redis.conf @@ -239,7 +239,7 @@ supervised no # # Creating a pid file is best effort: if Redis is not able to create it # nothing bad happens, the server will start and run normally. -pidfile /data/redis/log/redis.pid +pidfile /data/redis/redis.pid # Specify the server verbosity level. # This can be one of: @@ -252,7 +252,7 @@ loglevel notice # Specify the log file name. Also the empty string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null -logfile /data/redis/log/redis.log +logfile /data/redis/redis.log # To enable logging to the system logger, just set 'syslog-enabled' to yes, # and optionally update the other syslog parameters to suit your needs.