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

Method FTInfo

search_commands.go:37–37  ·  search_commands.go::SearchCmdable.FTInfo
(ctx context.Context, index string)

Source from the content-addressed store, hash-verified

35 FTHybrid(ctx context.Context, index string, searchExpr string, vectorField string, vectorData Vector) *FTHybridCmd
36 FTHybridWithArgs(ctx context.Context, index string, options *FTHybridOptions) *FTHybridCmd
37 FTInfo(ctx context.Context, index string) *FTInfoCmd
38 FTSpellCheck(ctx context.Context, index string, query string) *FTSpellCheckCmd
39 FTSpellCheckWithArgs(ctx context.Context, index string, query string, options *FTSpellCheckOptions) *FTSpellCheckCmd
40 FTSearch(ctx context.Context, index string, query string) *FTSearchCmd

Callers 7

waitForIndexingFunction · 0.65
universal_test.goFile · 0.65
RunMethod · 0.65
WaitForIndexingFunction · 0.65
search_test.goFile · 0.65
osscluster_test.goFile · 0.65

Calls

no outgoing calls

Tested by 3

waitForIndexingFunction · 0.52
WaitForIndexingFunction · 0.52