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

Method BatchSlice

internal/routing/aggregator.go:32–32  ·  view source on GitHub ↗
([]AggregatorResErr)

Source from the content-addressed store, hash-verified

30 BatchAdd(map[string]AggregatorResErr) error
31
32 BatchSlice([]AggregatorResErr) error
33
34 // Result returns the final aggregated result and any error.
35 Result() (interface{}, error)

Callers 1

aggregateResponsesMethod · 0.65

Implementers 10

AllSucceededAggregatorinternal/routing/aggregator.go
OneSucceededAggregatorinternal/routing/aggregator.go
AggSumAggregatorinternal/routing/aggregator.go
AggMinAggregatorinternal/routing/aggregator.go
AggMaxAggregatorinternal/routing/aggregator.go
AggLogicalAndAggregatorinternal/routing/aggregator.go
AggLogicalOrAggregatorinternal/routing/aggregator.go
DefaultKeylessAggregatorinternal/routing/aggregator.go
DefaultKeyedAggregatorinternal/routing/aggregator.go
SpecialAggregatorinternal/routing/aggregator.go

Calls

no outgoing calls

Tested by

no test coverage detected