diff --git a/plugins/redis/config/redis.conf b/plugins/redis/config/redis.conf index 9a105dc7e..cc78927ec 100644 --- a/plugins/redis/config/redis.conf +++ b/plugins/redis/config/redis.conf @@ -1,6 +1,5 @@ - daemonize yes -pidfile redis.pid +pidfile {$SERVER_PATH}/redis/redis_6379.pid port 6379 timeout 0 @@ -8,7 +7,7 @@ tcp-keepalive 0 loglevel notice -logfile redis.log +logfile {$SERVER_PATH}/redis/data/redis.log databases 16 ################################ SNAPSHOTTING ################################# @@ -20,7 +19,7 @@ stop-writes-on-bgsave-error yes rdbcompression yes rdbchecksum yes dbfilename dump.rdb -dir data/ +dir {$SERVER_PATH}/redis/data/ ################################# REPLICATION ################################# diff --git a/plugins/redis/index.html b/plugins/redis/index.html index 6d26966fa..cb71e7fd2 100755 --- a/plugins/redis/index.html +++ b/plugins/redis/index.html @@ -1,150 +1,18 @@
-

服务

-

配置修改

+

服务

+

自启动

+

配置修改

负载状态

-