MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / wait_for_effect

Method wait_for_effect

tests/flow/test_effects.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 raise Exception(f"missing expected replicated command: {cmd}")
52
53 def wait_for_effect(self):
54 self.wait_for_command('GRAPH.EFFECT')
55
56 def wait_for_query(self):
57 self.wait_for_command('GRAPH.QUERY')

Calls 1

wait_for_commandMethod · 0.95

Tested by

no test coverage detected