Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReadyClusterReason string = "RedisCluster is ready" InitializingClusterLeaderReason string = "RedisCluster is initializing leaders" InitializingClusterFollowerReason string = "RedisCluster is initializing followers" BootstrapClusterReason string = "RedisCluster is bootstrapping" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClusterState ¶
type RedisClusterState string
const ( RedisClusterReady RedisClusterState = "Ready" RedisClusterInitializing RedisClusterState = "Initializing" RedisClusterBootstrap RedisClusterState = "Bootstrap" )
Status Field of the Redis Cluster
Click to show internal directories.
Click to hide internal directories.