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

Method VDim

vectorset_commands.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

12 VAddWithArgs(ctx context.Context, key, element string, val Vector, addArgs *VAddArgs) *BoolCmd
13 VCard(ctx context.Context, key string) *IntCmd
14 VDim(ctx context.Context, key string) *IntCmd
15 VEmb(ctx context.Context, key, element string, raw bool) *SliceCmd
16 VGetAttr(ctx context.Context, key, element string) *StringCmd
17 VInfo(ctx context.Context, key string) *MapStringInterfaceCmd

Calls

no outgoing calls

Tested by 3

TestVDimFunction · 0.52
ExampleClient_vectorsetFunction · 0.52