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

Struct VectorValues

vectorset_commands.go:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117var _ Vector = (*VectorUint8)(nil)
118
119type VectorValues struct {
120 Val []float64
121}
122
123func (v *VectorValues) Value() []any {
124 res := make([]any, 2+len(v.Val))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected