Merge pull request #527 from xetorthio/node_parsing
Fix #526. Node parsing error uppon :0
This commit is contained in:
@@ -44,7 +44,6 @@ public class JedisClusterTest extends Assert {
|
||||
// ---- configure cluster
|
||||
|
||||
// add nodes to cluster
|
||||
node1.clusterMeet("127.0.0.1", nodeInfo1.getPort());
|
||||
node1.clusterMeet("127.0.0.1", nodeInfo2.getPort());
|
||||
node1.clusterMeet("127.0.0.1", nodeInfo3.getPort());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user