package
1.16.0-beta.1
Repository: https://github.com/americanas-go/ignite.git
Documentation: pkg.go.dev

# Functions

ClientRegister registers a new datadog client to redis client.
ClusterRegister registers a new datadog client on redis cluster client.
No description provided by the author
NewClientDatadog returns a new datadog client with default options.
NewClientDatadogWithConfigPath returns a new datadog client with options from config path.
NewClientDatadogWithOptions returns a new datadog client with options.
NewClusterDatadog returns datadog client with default options.
NewClusterDatadogWithConfigPath returns datadog client with options from config path.
NewClusterDatadogWithOptions returns datadog client with options.
NewOptions returns options from config or environment vars.
NewOptionsWithPath unmarshals options based a given key path.

# Structs

ClientDatadog represents a datadog client for redis.
ClusterDatadog represents a datadog client for redis cluster client.
Options represents a datadog client for redis options.