From dfbd242639644a060aee89e5f06f9c505700b6e0 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Mon, 14 May 2018 16:04:47 +0200 Subject: [PATCH] Enable cluster mode for nodes and leader --- tmpl/redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/redis.conf b/tmpl/redis.conf index 932dbb6..1d0d730 100644 --- a/tmpl/redis.conf +++ b/tmpl/redis.conf @@ -488,7 +488,7 @@ aof-load-truncated yes # Set it to 0 or a negative value for unlimited execution without warnings. lua-time-limit 5000 -%if %%getVar('redisMode','Local') == "Cluster" and %%getVar('redisRole','Node') == 'Leader' +%if %%getVar('redisMode','Local') == "Cluster" ################################ REDIS CLUSTER ############################### # # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++