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

Function NewVectorScoreAttribSliceCmd

command.go:8384–8391  ·  view source on GitHub ↗
(ctx context.Context, args ...any)

Source from the content-addressed store, hash-verified

8382var _ Cmder = (*VectorScoreAttribSliceCmd)(nil)
8383
8384func NewVectorScoreAttribSliceCmd(ctx context.Context, args ...any) *VectorScoreAttribSliceCmd {
8385 return &VectorScoreAttribSliceCmd{
8386 baseCmd: baseCmd{
8387 ctx: ctx,
8388 args: args,
8389 },
8390 }
8391}
8392
8393func (cmd *VectorScoreAttribSliceCmd) SetVal(val []VectorScoreAttrib) {
8394 cmd.val = val

Calls

no outgoing calls

Tested by 1