ClusterClusterEndpoint

data class ClusterClusterEndpoint(val address: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

DNS hostname of the node.

Link copied to clipboard
val port: Int? = null

The port number on which each of the nodes accepts connections. Defaults to 6379.