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

Method BatchAdd

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

Source from the content-addressed store, hash-verified

28 AddWithKey(key string, result interface{}, err error) error
29
30 BatchAdd(map[string]AggregatorResErr) error
31
32 BatchSlice([]AggregatorResErr) error
33

Callers 3

TestAggLogicalOrBatchAddFunction · 0.95
aggregateKeyedValuesMethod · 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 2

TestAggLogicalOrBatchAddFunction · 0.76