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

Method FTDropIndex

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

Source from the content-addressed store, hash-verified

29 FTDictDel(ctx context.Context, dict string, term ...interface{}) *IntCmd
30 FTDictDump(ctx context.Context, dict string) *StringSliceCmd
31 FTDropIndex(ctx context.Context, index string) *StatusCmd
32 FTDropIndexWithArgs(ctx context.Context, index string, options *FTDropIndexOptions) *StatusCmd
33 FTExplain(ctx context.Context, index string, query string) *StringCmd
34 FTExplainWithArgs(ctx context.Context, index string, query string, options *FTExplainOptions) *StringCmd

Callers 13

search_test.goFile · 0.65
osscluster_test.goFile · 0.65
ExampleClient_query_aggFunction · 0.65
ExampleClient_query_ftFunction · 0.65
ExampleClient_geoindexFunction · 0.65
ExampleClient_search_qsFunction · 0.65
ExampleClient_query_geoFunction · 0.65

Calls

no outgoing calls

Tested by 10

ExampleClient_query_aggFunction · 0.52
ExampleClient_query_ftFunction · 0.52
ExampleClient_geoindexFunction · 0.52
ExampleClient_search_qsFunction · 0.52
ExampleClient_query_geoFunction · 0.52
ExampleClient_query_emFunction · 0.52