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

Method Run

search_builders.go:635–638  ·  view source on GitHub ↗

Run executes FT.INFO and returns detailed info.

()

Source from the content-addressed store, hash-verified

633
634// Run executes FT.INFO and returns detailed info.
635func (b *FTInfoBuilder) Run() (FTInfoResult, error) {
636 cmd := b.c.FTInfo(b.ctx, b.index)
637 return cmd.Result()
638}
639
640// ----------------------
641// SpellCheckBuilder for FT.SPELLCHECK

Callers

nothing calls this directly

Calls 2

FTInfoMethod · 0.65
ResultMethod · 0.65

Tested by

no test coverage detected