Gestion des noeuds membres

This commit is contained in:
2018-05-11 15:03:44 +02:00
parent 5ab6a7f2cb
commit 1ddc6ffb2f
2 changed files with 14 additions and 2 deletions

View File

@ -707,7 +707,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"
%if %%getVar('redisMode','Local') == "Cluster" and %%getVar('redisRole','Node') == 'Leader'
################################ REDIS CLUSTER ###############################
#
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++