Package-level declarations

Types

Link copied to clipboard
class ReThis(address: SocketAddress = InetSocketAddress(DEFAULT_HOST, DEFAULT_PORT), val protocol: RespVer = RespVer.V3, configurator: ClientConfiguration.() -> Unit = {})
Link copied to clipboard
class ReThisException(val message: String? = null, val cause: Throwable? = null) : RuntimeException