GetClusterShard

data class GetClusterShard(val name: String, val nodes: List<GetClusterShardNode>, val numNodes: Int, val slots: String)

Constructors

Link copied to clipboard
constructor(name: String, nodes: List<GetClusterShardNode>, numNodes: Int, slots: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the cluster.

Link copied to clipboard

Set of nodes in this shard.

Link copied to clipboard

Number of individual nodes in this shard.

Link copied to clipboard

Keyspace for this shard. Example: 0-16383.