(ctx context.Context, index string, options *FTCreateOptions, schema ...*FieldSchema)
| 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 |
no outgoing calls