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

Method FTCreate

search_commands.go:25–25  ·  view source on GitHub ↗
(ctx context.Context, index string, options *FTCreateOptions, schema ...*FieldSchema)

Source from the content-addressed store, hash-verified

23 FTConfigGet(ctx context.Context, option string) *MapMapStringInterfaceCmd
24 FTConfigSet(ctx context.Context, option string, value interface{}) *StatusCmd
25 FTCreate(ctx context.Context, index string, options *FTCreateOptions, schema ...*FieldSchema) *StatusCmd
26 FTCursorDel(ctx context.Context, index string, cursorId int) *StatusCmd
27 FTCursorRead(ctx context.Context, index string, cursorId int, count int) *MapStringInterfaceCmd
28 FTDictAdd(ctx context.Context, dict string, term ...interface{}) *IntCmd

Callers 15

RunMethod · 0.65
search_test.goFile · 0.65
osscluster_test.goFile · 0.65
createIndexFunction · 0.65
ExampleClient_query_aggFunction · 0.65
ExampleClient_query_ftFunction · 0.65
ExampleClient_geoindexFunction · 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