Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientRegister ¶
Types ¶
type ClientNewrelic ¶
type ClientNewrelic struct {
// contains filtered or unexported fields
}
func NewClientNewrelicWithConfigPath ¶
func NewClientNewrelicWithConfigPath(path string) (*ClientNewrelic, error)
func NewClientNewrelicWithOptions ¶
func NewClientNewrelicWithOptions(options *Options) *ClientNewrelic
type Options ¶
type Options struct {
Enabled bool
}
Options represents the newrelic plugin for redis options.
func NewOptions ¶
NewOptions returns options from config file or environment vars.
func NewOptionsWithPath ¶
NewOptionsWithPath unmarshals a given key path into options and returns it.
Click to show internal directories.
Click to hide internal directories.