MCPcopy
hub / github.com/redis/redis-py / ft

Method ft

redis/commands/redismodules.py:38–44  ·  redis/commands/redismodules.py::RedisModuleCommands.ft

Access the search namespace, providing support for redis search.

(self, index_name="idx")

Source from the content-addressed store, hash-verified

36 return jj
37
38 def ft(self, index_name=class="st">"idx") -> Search:
39 class="st">""class="st">"Access the search namespace, providing support for redis search."class="st">""
40
41 from .search import Search
42
43 s = Search(client=self, index_name=index_name)
44 return s
45
46 def ts(self) -> TimeSeries:
47 class="st">"""Access the timeseries namespace, providing support for

Callers 15

search_vss.pyFile · 0.45
create_query_tableFunction · 0.45
query_geo.pyFile · 0.45
home_json.pyFile · 0.45
query_agg.pyFile · 0.45
query_em.pyFile · 0.45
query_ft.pyFile · 0.45
geo_index.pyFile · 0.45
query_range.pyFile · 0.45
query_combined.pyFile · 0.45

Calls 1

SearchClass · 0.85

Tested by 15

test_clientMethod · 0.36
test_scoresMethod · 0.36
test_stopwordsMethod · 0.36
test_filtersMethod · 0.36
test_sort_byMethod · 0.36
test_drop_indexMethod · 0.36
test_exampleMethod · 0.36
test_auto_completeMethod · 0.36