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

Method FTSearch

search_commands.go:40–40  ·  view source on GitHub ↗
(ctx context.Context, index string, query string)

Source from the content-addressed store, hash-verified

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
41 FTSearchWithArgs(ctx context.Context, index string, query string, options *FTSearchOptions) *FTSearchCmd
42 FTSynDump(ctx context.Context, index string) *FTSynDumpCmd
43 FTSynUpdate(ctx context.Context, index string, synGroupId interface{}, terms []interface{}) *StatusCmd

Callers 9

search_test.goFile · 0.65
ExampleClient_query_ftFunction · 0.65
ExampleClient_geoindexFunction · 0.65
ExampleClient_search_qsFunction · 0.65
ExampleClient_query_emFunction · 0.65

Calls

no outgoing calls

Tested by 7

ExampleClient_query_ftFunction · 0.52
ExampleClient_geoindexFunction · 0.52
ExampleClient_search_qsFunction · 0.52
ExampleClient_query_emFunction · 0.52