Add fifth slave instance to port 6382.
This commit is contained in:
parent
b7a4dd775c
commit
468f354422
@ -16,7 +16,7 @@ public class ServerManager
|
||||
private static final String DATABASE_HOST = "10.33.53.16";
|
||||
|
||||
// Ports associated with slave redis instances
|
||||
private static final int[] SLAVE_PORTS = {6377, 6378, 6380, 6381};
|
||||
private static final int[] SLAVE_PORTS = {6377, 6378, 6380, 6381, 6382};
|
||||
private static Random random = new Random();
|
||||
|
||||
// The cached repository instances
|
||||
|
Loading…
Reference in New Issue
Block a user