From 689f93f8af7f7b0eb22b5cfc36279ff650be6e76 Mon Sep 17 00:00:00 2001 From: alexeybannov Date: Fri, 1 Mar 2019 13:10:54 +0000 Subject: [PATCH] disable redis persistence --- run-community-server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run-community-server.sh b/run-community-server.sh index 02f0b2e..fe68ca8 100644 --- a/run-community-server.sh +++ b/run-community-server.sh @@ -367,6 +367,8 @@ fi if [ -e /etc/redis/redis.conf ]; then sed -i "s/bind .*/bind 127.0.0.1/g" /etc/redis/redis.conf + redis-cli config set save "" + redis-cli config rewrite fi