File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ sentinel leader-epoch mymaster 4
112112# the exact parallel-syncs progression as specified.
113113#
114114# Default is 3 minutes.
115- sentinel known-slave mymaster 127.0.0.1 6380
115+ sentinel known-slave mymaster 127.0.0.1 6381
116+ sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
118119#
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dir "C:\\src\\ServiceStack.Redis\\src\\sentinel\\redis-6381"
5050#
5151# Note: master name should not include special characters or spaces.
5252# The valid charset is A-z 0-9 and the three characters ".-_".
53- sentinel monitor mymaster 127.0.0.1 6381 2
53+ sentinel monitor mymaster 127.0.0.1 6380 2
5454
5555# sentinel auth-pass <master-name> <password>
5656#
@@ -113,6 +113,7 @@ sentinel leader-epoch mymaster 4
113113#
114114# Default is 3 minutes.
115115sentinel known-slave mymaster 127.0.0.1 6381
116+ sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
118119#
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dir "C:\\src\\ServiceStack.Redis\\src\\sentinel\\redis-6382"
5050#
5151# Note: master name should not include special characters or spaces.
5252# The valid charset is A-z 0-9 and the three characters ".-_".
53- sentinel monitor mymaster 127.0.0.1 6382 2
53+ sentinel monitor mymaster 127.0.0.1 6380 2
5454
5555# sentinel auth-pass <master-name> <password>
5656#
@@ -112,6 +112,7 @@ sentinel leader-epoch mymaster 4
112112# the exact parallel-syncs progression as specified.
113113#
114114# Default is 3 minutes.
115+ sentinel known-slave mymaster 127.0.0.1 6381
115116sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ sentinel leader-epoch mymaster 4
112112# the exact parallel-syncs progression as specified.
113113#
114114# Default is 3 minutes.
115- sentinel known-slave mymaster 127.0.0.1 6380
115+ sentinel known-slave mymaster 127.0.0.1 6381
116+ sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
118119#
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dir "C:\\src\\ServiceStack.Redis\\src\\sentinel\\redis-6381"
5050#
5151# Note: master name should not include special characters or spaces.
5252# The valid charset is A-z 0-9 and the three characters ".-_".
53- sentinel monitor mymaster 127.0.0.1 6381 2
53+ sentinel monitor mymaster 127.0.0.1 6380 2
5454
5555# sentinel auth-pass <master-name> <password>
5656#
@@ -113,6 +113,7 @@ sentinel leader-epoch mymaster 4
113113#
114114# Default is 3 minutes.
115115sentinel known-slave mymaster 127.0.0.1 6381
116+ sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
118119#
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dir "C:\\src\\ServiceStack.Redis\\src\\sentinel\\redis-6382"
5050#
5151# Note: master name should not include special characters or spaces.
5252# The valid charset is A-z 0-9 and the three characters ".-_".
53- sentinel monitor mymaster 127.0.0.1 6382 2
53+ sentinel monitor mymaster 127.0.0.1 6380 2
5454
5555# sentinel auth-pass <master-name> <password>
5656#
@@ -112,6 +112,7 @@ sentinel leader-epoch mymaster 4
112112# the exact parallel-syncs progression as specified.
113113#
114114# Default is 3 minutes.
115+ sentinel known-slave mymaster 127.0.0.1 6381
115116sentinel known-slave mymaster 127.0.0.1 6382
116117
117118# SCRIPTS EXECUTION
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ copy /v/y orig\redis-6382\* redis-6382
55del /F /Q redis-6380\dump.rdb
66del /F /Q redis-6381\dump.rdb
77del /F /Q redis-6382\dump.rdb
8+
9+ redis\redis-cli -p 6380 SHUTDOWN NOSAVE
10+ redis\redis-cli -p 6381 SHUTDOWN NOSAVE
11+ redis\redis-cli -p 6382 SHUTDOWN NOSAVE
12+ redis\redis-cli -p 26380 SHUTDOWN NOSAVE
13+ redis\redis-cli -p 26381 SHUTDOWN NOSAVE
14+ redis\redis-cli -p 26382 SHUTDOWN NOSAVE
You can’t perform that action at this time.
0 commit comments