Skip to content

Commit

Permalink
Change address to port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jithendar12 committed Sep 4, 2024
1 parent 7237bff commit c283c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected void setUp()
Endpoint standaloneEndpoint = getRedisInstanceData(redisStandaloneName, false);
logger.info("Got Endpoint: " + standaloneEndpoint.toString());
redisEndpoints.put(STANDALONE_KEY, String.format("%s:%s",
standaloneEndpoint.address(), standaloneEndpoint.address()));
standaloneEndpoint.address(), standaloneEndpoint.port()));

Endpoint clusterEndpoint = getRedisInstanceData(redisClusterName, true);
logger.info("Got Endpoint: " + clusterEndpoint.toString());
Expand Down

0 comments on commit c283c15

Please sign in to comment.