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

Function NewVectorInfoSliceCmd

command.go:8090–8092  ·  view source on GitHub ↗

NewVectorInfoSliceCmd is an alias for NewVectorScoreSliceCmd kept for backwards compatibility.

(ctx context.Context, args ...any)

Source from the content-addressed store, hash-verified

8088
8089// NewVectorInfoSliceCmd is an alias for NewVectorScoreSliceCmd kept for backwards compatibility.
8090func NewVectorInfoSliceCmd(ctx context.Context, args ...any) *VectorScoreSliceCmd {
8091 return NewVectorScoreSliceCmd(ctx, args...)
8092}
8093
8094func (cmd *VectorScoreSliceCmd) SetVal(val []VectorScore) {
8095 cmd.val = val

Callers 1

Calls 1

NewVectorScoreSliceCmdFunction · 0.85

Tested by

no test coverage detected