MCPcopy
hub / github.com/redis/go-redis / VoidProcessor

Struct VoidProcessor

push/processor.go:116–116  ·  view source on GitHub ↗

VoidProcessor discards all push notifications without processing them

Source from the content-addressed store, hash-verified

114
115// VoidProcessor discards all push notifications without processing them
116type VoidProcessor struct{}
117
118// NewVoidProcessor creates a new void push notification processor
119func NewVoidProcessor() *VoidProcessor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected