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

Method expander

redis/commands/search/query.py:323–330  ·  view source on GitHub ↗

Add an expander field to the query. - **expander** - the name of the expander

(self, expander: str)

Source from the content-addressed store, hash-verified

321 return self
322
323 def expander(self, expander: str) -> "Query":
324 """
325 Add an expander field to the query.
326
327 - **expander** - the name of the expander
328 """
329 self._expander = expander
330 return self
331
332 def dialect(self, dialect: int) -> "Query":
333 """

Callers 1

test_synupdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_synupdateMethod · 0.64