Config

@Serializable
data class Config(val host: String = "localhost", val port: Int = 6379, val password: String = "", val timeoutMillis: Int = 3000, val maxTotal: Int = 20, val maxIdle: Int = 20, val minIdle: Int = 5)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val port: Int
Link copied to clipboard