Documentation
      ¶
    
    
  
    
  
    Index ¶
- type TracingHook
 - func (TracingHook) AfterProcess(ctx context.Context, cmd redis.Cmder) error
 - func (TracingHook) AfterProcessPipeline(ctx context.Context, cmds []redis.Cmder) error
 - func (TracingHook) BeforeProcess(ctx context.Context, cmd redis.Cmder) (context.Context, error)
 - func (TracingHook) BeforeProcessPipeline(ctx context.Context, cmds []redis.Cmder) (context.Context, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TracingHook ¶
type TracingHook struct{}
    func NewTracingHook ¶ added in v8.8.2
func NewTracingHook() *TracingHook
func (TracingHook) AfterProcess ¶
func (TracingHook) AfterProcess(ctx context.Context, cmd redis.Cmder) error
func (TracingHook) AfterProcessPipeline ¶
func (TracingHook) AfterProcessPipeline(ctx context.Context, cmds []redis.Cmder) error
func (TracingHook) BeforeProcess ¶
func (TracingHook) BeforeProcessPipeline ¶
 Click to show internal directories. 
   Click to hide internal directories.