Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ legacyHybridVector
Struct
legacyHybridVector
search_commands_unit_test.go:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
type
legacyHybridVector
struct
{
22
value []any
23
}
24
25
func
(v legacyHybridVector) Value() []any {
26
return
v.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected