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

Struct VectorRef

vectorset_commands.go:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133var _ Vector = (*VectorValues)(nil)
134
135type VectorRef struct {
136 Name string // the name of the referent vector
137}
138
139func (v *VectorRef) Value() []any {
140 return []any{"ele", v.Name}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected