Skip to content

Commit 2bd6852

Browse files
committed
print ports.
1 parent d6700cf commit 2bd6852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/tests/support/cluster.rs

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ impl RedisCluster {
137137
}
138138
ports = hash.into_iter().collect();
139139
}
140+
println!("Chosen ports: {ports:?}");
140141

141142
let mut servers = vec![];
142143
let mut folders = vec![];

0 commit comments

Comments
 (0)