Correction du mode local avec slave distant
This commit is contained in:
@ -83,6 +83,12 @@ protected-mode no
|
||||
# If port 0 is specified Redis will not listen on a TCP socket.
|
||||
port %%redisPortSlave
|
||||
|
||||
%if %%redisMode == 'Local avec slave distant'
|
||||
|
||||
slaveof %%redisMasterIPSlave redisMasterPortSlave
|
||||
|
||||
%endif
|
||||
|
||||
# TCP listen() backlog.
|
||||
#
|
||||
# In high requests-per-second environments you need an high backlog in order
|
||||
|
Reference in New Issue
Block a user