Add fifth slave instance to port 6382.

This commit is contained in:
Ty Sayers 2015-03-11 22:08:32 -04:00
parent b7a4dd775c
commit 468f354422
1 changed files with 1 additions and 1 deletions

View File

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