ClusterStateInfoUpdateInfo

data class ClusterStateInfoUpdateInfo(val targetReplicaCount: Int? = null, val targetShardCount: Int? = null)

Constructors

Link copied to clipboard
constructor(targetReplicaCount: Int? = null, targetShardCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val targetReplicaCount: Int? = null

Target number of replica nodes per shard.

Link copied to clipboard
val targetShardCount: Int? = null

Target number of shards for redis cluster.