# Packages
Package mock_metrics is a generated GoMock package.
# Functions
New creates a Module.
NewCleanupCommand creates a new command to clean up unused redis keys.
Providers returns a set of dependency providers related to redis.
WithConfigInterceptor instructs the Providers to accept the RedisConfigurationInterceptor so that users can change config during runtime.
WithReload toggles whether the factory should reload cached instances upon OnReload event.
# Structs
Gauges is a collection of metrics for redis connection info.
Module is the registration unit for package core.
ModuleIn contains the input parameters needed for creating the new module.
RedisLogAdapter is an adapter between kitlog and redis logger interface.
RedisUniversalOptions is the configuration options for redis.
# Interfaces
Maker is models Factory.
# Type aliases
ProvidersOptionFunc is the type of functional providersOption for Providers.
RedisConfigurationInterceptor intercepts the redis.UniversalOptions before creating the client so you can make amendment to it.