Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientRegister ¶
func ClusterRegister ¶
Types ¶
type ClientChecker ¶
type ClientChecker struct {
// contains filtered or unexported fields
}
func NewClientChecker ¶
func NewClientChecker(client *redis.Client) *ClientChecker
type ClientHealth ¶
type ClientHealth struct {
// contains filtered or unexported fields
}
func NewClientHealth ¶
func NewClientHealth() *ClientHealth
func NewClientHealthWithConfigPath ¶
func NewClientHealthWithConfigPath(path string) (*ClientHealth, error)
func NewClientHealthWithOptions ¶
func NewClientHealthWithOptions(options *Options) *ClientHealth
type ClusterClientChecker ¶
type ClusterClientChecker struct {
// contains filtered or unexported fields
}
func NewClusterClientChecker ¶
func NewClusterClientChecker(client *redis.ClusterClient) *ClusterClientChecker
type ClusterHealth ¶
type ClusterHealth struct {
// contains filtered or unexported fields
}
func NewClusterHealth ¶
func NewClusterHealth() *ClusterHealth
func NewClusterHealthWithConfigPath ¶
func NewClusterHealthWithConfigPath(path string) (*ClusterHealth, error)
func NewClusterHealthWithOptions ¶
func NewClusterHealthWithOptions(options *Options) *ClusterHealth
Click to show internal directories.
Click to hide internal directories.