Config

constructor(host: String = "localhost", port: Int = 6379, password: String = "", timeoutMillis: Int = 3000, maxTotal: Int = 20, maxIdle: Int = 20, minIdle: Int = 5)