port
This commit is contained in:
@@ -59,9 +59,10 @@ public class ImportPairs2DB {
|
|||||||
cmd = String.format(cmd, dbDir,pj.getName() +".rdb", portInt);
|
cmd = String.format(cmd, dbDir,pj.getName() +".rdb", portInt);
|
||||||
loadRedis(cmd,serverWait);
|
loadRedis(cmd,serverWait);
|
||||||
|
|
||||||
cmd = "bash "+dbDir + "/" + "redisImportSingle.sh" +" %s %s";
|
cmd = "bash "+dbDir + "redisImportSingle.sh" +" %s %s";
|
||||||
log.info(cmd);
|
|
||||||
cmd = String.format(cmd, dbDir,pj.getPath(), portInt);
|
cmd = String.format(cmd, dbDir,pj.getPath(), portInt);
|
||||||
|
log.info(cmd);
|
||||||
loadRedis(cmd,serverWait);
|
loadRedis(cmd,serverWait);
|
||||||
|
|
||||||
portInt++;
|
portInt++;
|
||||||
|
|||||||
Reference in New Issue
Block a user