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

Method reduce

vectorset_commands.go:182–184  ·  vectorset_commands.go::VAddArgs.reduce
()

Source from the content-addressed store, hash-verified

180}
181
182func (v VAddArgs) reduce() int64 {
183 return v.Reduce
184}
185
186func (v VAddArgs) appendArgs(args []any) []any {
187 if v.Cas {

Callers 1

VAddWithArgsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected