Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProtocolError = errors.New("redis protocol error")
View Source
var Tracking = map[string]string{
"uptime_in_seconds": "uptime",
"connected_clients": "clients",
"role": "replication_role",
}
Functions ¶
This section is empty.
Types ¶
type InputRedis ¶
type InputRedis struct { ServerUrls []string // contains filtered or unexported fields }
func (*InputRedis) Description ¶
func (r *InputRedis) Description() string
type TotalDBInfo ¶
type TotalDBInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.