RedisRunner.dir() should return either user value or default value

pull/856/head
Rui Gu 8 years ago
parent 6417459808
commit 032c53fa42

@ -828,7 +828,7 @@ public class RedisRunner {
}
public String dir() {
return this.path;
return isRandomDir() ? defaultDir() : this.path;
}
public String getInitialBindAddr() {

Loading…
Cancel
Save