Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrometheusHook ¶
func NewPrometheusHook(opts prometheus.SummaryOpts) redis.Hook
Types ¶
type PrometheusHook ¶
type PrometheusHook struct {
// contains filtered or unexported fields
}
func (*PrometheusHook) DialHook ¶
func (p *PrometheusHook) DialHook(next redis.DialHook) redis.DialHook
DialHook implements redis.Hook.
func (*PrometheusHook) ProcessHook ¶
func (p *PrometheusHook) ProcessHook(next redis.ProcessHook) redis.ProcessHook
ProcessHook implements redis.Hook.
func (*PrometheusHook) ProcessPipelineHook ¶
func (p *PrometheusHook) ProcessPipelineHook( next redis.ProcessPipelineHook, ) redis.ProcessPipelineHook
ProcessPipelineHook implements redis.Hook.
Click to show internal directories.
Click to hide internal directories.