Enable cluster mode for nodes and leader

This commit is contained in:
Philippe Caseiro 2018-05-14 16:04:47 +02:00
parent a327f0e74b
commit dfbd242639
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###############################
#
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++