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

Method effects_enable

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

Source from the content-addressed store, hash-verified

8class testEffects():
9 # enable effects replication
10 def effects_enable(self):
11 self.master.execute_command("GRAPH.CONFIG", "SET", "EFFECTS_THRESHOLD", '0')
12
13 # disable effects replication
14 def effects_disable(self):

Callers 2

__init__Method · 0.95
test_15_random_opsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected