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

Method AddWithKey

internal/routing/aggregator.go:337–339  ·  view source on GitHub ↗
(key string, result interface{}, err error)

Source from the content-addressed store, hash-verified

335}
336
337func (a *AggMinAggregator) AddWithKey(key string, result interface{}, err error) error {
338 return a.Add(result, err)
339}
340
341func (a *AggMinAggregator) BatchSlice(results []AggregatorResErr) error {
342 min := float64(math.MaxFloat64)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected