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

Method Run

search_builders.go:204–207  ·  view source on GitHub ↗

Run executes FT.SEARCH and returns a typed result.

()

Source from the content-addressed store, hash-verified

202
203// Run executes FT.SEARCH and returns a typed result.
204func (b *SearchBuilder) Run() (FTSearchResult, error) {
205 cmd := b.c.FTSearchWithArgs(b.ctx, b.index, b.query, b.options)
206 return cmd.Result()
207}
208
209// ----------------------
210// AggregateBuilder for FT.AGGREGATE

Callers

nothing calls this directly

Calls 2

FTSearchWithArgsMethod · 0.65
ResultMethod · 0.65

Tested by

no test coverage detected