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

Method effects_disable

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

Source from the content-addressed store, hash-verified

12
13 # disable effects replication
14 def effects_disable(self):
15 res = self.master.execute_command("GRAPH.CONFIG", "SET", "EFFECTS_THRESHOLD", '999999')
16
17 # checks if effects replication is enabled
18 def effects_enabled(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected