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

Method commit

redis/commands/search/__init__.py:82–87  ·  view source on GitHub ↗

Manually commit and flush the batch indexing query

(self)

Source from the content-addressed store, hash-verified

80 self.commit()
81
82 def commit(self):
83 """
84 Manually commit and flush the batch indexing query
85 """
86 self._pipeline.execute()
87 self.current_chunk = 0
88
89 def __init__(self, client, index_name="idx"):
90 """

Callers 6

__del__Method · 0.95
add_documentMethod · 0.95
add_document_hashMethod · 0.95
add_documentMethod · 0.95
createIndexMethod · 0.45
createIndexMethod · 0.45

Calls 1

executeMethod · 0.45

Tested by 2

createIndexMethod · 0.36
createIndexMethod · 0.36